Color Hex Logo

#be8bcd Color Hex

#BE8BCD
(190,139,205)
0 Favorites   0 Comments

Color spaces of #be8bcd

RGB 190139205
HSL0.800.400.67
HSV286°32°80°
CMYK 0.070.320.00   0.20
XYZ41.487333.820262.0989
Yxy33.82020.30190.2461
Hunter Lab58.155125.5686-22.6021
CIE-Lab64.819630.9217-26.5144

#be8bcd color RGB value is (190,139,205).

#be8bcd hex color red value is 190, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be8bcd hue: 0.80 , saturation: 0.40 and the lightness value of be8bcd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001011 11001101
Octal 276 213 315
Decimal 190 139 205
Hex BE 8B CD

RGB Percentages of Color #be8bcd

%35.58
%26.03
%38.39

CMYK Percentages of Color #be8bcd

%7
%32
%0
%20

Triadic Colors of #be8bcd

#be8bcd #cdbe8b #8bcdbe

Analogous Colors of #be8bcd

#be8bcd #cd8bbb #9d8bcd

Monochromatic Colors of #be8bcd

#be8bcd

Complementary Color

#be8bcd #9acd8b

#be8bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8bcd Color CSS Codes

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

#be8bcd Text Font Color

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

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


#be8bcd Background Color

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

This div background color is #be8bcd


#be8bcd Border Color

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

This div border color is #be8bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8bcd


Comments

No comments written yet.

Please login to write comment.