Color Hex Logo

#be9fcd Color Hex

#BE9FCD
(190,159,205)
0 Favorites   0 Comments

Color spaces of #be9fcd

RGB 190159205
HSL0.780.320.71
HSV280°22°80°
CMYK 0.070.220.00   0.20
XYZ44.652840.151263.1541
Yxy40.15120.30180.2714
Hunter Lab63.365014.8988-14.7372
CIE-Lab69.577119.8263-19.2460

#be9fcd color RGB value is (190,159,205).

#be9fcd hex color red value is 190, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be9fcd hue: 0.78 , saturation: 0.32 and the lightness value of be9fcd is 0.71.

The process color (four color CMYK) of #be9fcd color hex is 0.07, 0.22, 0.00, 0.20. Web safe color of #be9fcd is #cc99cc. Color #be9fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 11001101
Octal 276 237 315
Decimal 190 159 205
Hex BE 9F CD

RGB Percentages of Color #be9fcd

%34.30
%28.70
%37.00

CMYK Percentages of Color #be9fcd

%7
%22
%0
%20

Triadic Colors of #be9fcd

#be9fcd #cdbe9f #9fcdbe

Analogous Colors of #be9fcd

#be9fcd #cd9fc5 #a79fcd

Monochromatic Colors of #be9fcd

#be9fcd

Complementary Color

#be9fcd #aecd9f

#be9fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fcd Color CSS Codes

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

#be9fcd Text Font Color

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

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


#be9fcd Background Color

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

This div background color is #be9fcd


#be9fcd Border Color

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

This div border color is #be9fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,159,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 #be9fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fcd


Comments

No comments written yet.

Please login to write comment.