Color Hex Logo

#be5fcd Color Hex

#BE5FCD
(190,95,205)
0 Favorites   0 Comments

Color spaces of #be5fcd

RGB 19095205
HSL0.810.520.59
HSV292°54°80°
CMYK 0.070.540.00   0.20
XYZ36.346923.539360.3855
Yxy23.53930.30220.1957
Hunter Lab48.517348.8185-39.8312
CIE-Lab55.623554.1996-40.8300

#be5fcd color RGB value is (190,95,205).

#be5fcd hex color red value is 190, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be5fcd hue: 0.81 , saturation: 0.52 and the lightness value of be5fcd is 0.59.

The process color (four color CMYK) of #be5fcd color hex is 0.07, 0.54, 0.00, 0.20. Web safe color of #be5fcd is #cc66cc. Color #be5fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011111 11001101
Octal 276 137 315
Decimal 190 95 205
Hex BE 5F CD

RGB Percentages of Color #be5fcd

%38.78
%19.39
%41.84

CMYK Percentages of Color #be5fcd

%7
%54
%0
%20

Triadic Colors of #be5fcd

#be5fcd #cdbe5f #5fcdbe

Analogous Colors of #be5fcd

#be5fcd #cd5fa5 #875fcd

Monochromatic Colors of #be5fcd

#be5fcd

Complementary Color

#be5fcd #6ecd5f

#be5fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5fcd Color CSS Codes

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

#be5fcd Text Font Color

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

This sample text font color is #be5fcd
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.


#be5fcd Background Color

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

This div background color is #be5fcd


#be5fcd Border Color

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

This div border color is #be5fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5fcd


Comments

No comments written yet.

Please login to write comment.