Color Hex Logo

#be38ee Color Hex

#BE38EE
(190,56,238)
0 Favorites   0 Comments

Color spaces of #be38ee

RGB 19056238
HSL0.790.840.58
HSV284°76°93°
CMYK 0.200.760.00   0.07
XYZ38.082019.948582.7322
Yxy19.94850.27050.1417
Hunter Lab44.663774.0343-78.5603
CIE-Lab51.778976.4566-65.6420

#be38ee color RGB value is (190,56,238).

#be38ee hex color red value is 190, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #be38ee hue: 0.79 , saturation: 0.84 and the lightness value of be38ee is 0.58.

The process color (four color CMYK) of #be38ee color hex is 0.20, 0.76, 0.00, 0.07. Web safe color of #be38ee is #cc33ff. Color #be38ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 11101110
Octal 276 70 356
Decimal 190 56 238
Hex BE 38 EE

RGB Percentages of Color #be38ee

%39.26
%11.57
%49.17

CMYK Percentages of Color #be38ee

%20
%76
%0
%7

Triadic Colors of #be38ee

#be38ee #eebe38 #38eebe

Analogous Colors of #be38ee

#be38ee #ee38c3 #6338ee

Monochromatic Colors of #be38ee

#be38ee

Complementary Color

#be38ee #68ee38

#be38ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be38ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be38ee Color CSS Codes

.mybgcolor {background-color:#be38ee; } 
.myforecolor {color:#be38ee; }
.mybordercolor {border:3px solid #be38ee; }

#be38ee Text Font Color

<p style="color:#be38ee">Text here</p>

This sample text font color is #be38ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be38ee Background Color

<div style="background-color:#be38ee">
Div content here</div>

This div background color is #be38ee


#be38ee Border Color

<div style="border:3px solid #be38ee">
Div here</div>

This div border color is #be38ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,56,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be38ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be38ee;
  -webkit-box-shadow: 1px 1px 3px 2px #be38ee;
  box-shadow:         1px 1px 3px 2px #be38ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,56,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be38ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be38ee;
  -webkit-box-shadow: 1px 1px 3px 2px #be38ee;
  box-shadow:         1px 1px 3px 2px #be38ee;">
Div content here</div>

This div box has shadow with color #be38ee


Comments

No comments written yet.

Please login to write comment.