Color Hex Logo

#be8bcc Color Hex

#BE8BCC
(190,139,204)
0 Favorites   0 Comments

Color spaces of #be8bcc

RGB 190139204
HSL0.800.390.67
HSV287°32°80°
CMYK 0.070.320.00   0.20
XYZ41.366933.772061.4651
Yxy33.77200.30280.2472
Hunter Lab58.113725.3622-22.0297
CIE-Lab64.781230.7200-26.0145

#be8bcc color RGB value is (190,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001011 11001100
Octal 276 213 314
Decimal 190 139 204
Hex BE 8B CC

RGB Percentages of Color #be8bcc

%35.65
%26.08
%38.27

CMYK Percentages of Color #be8bcc

%7
%32
%0
%20

Triadic Colors of #be8bcc

#be8bcc #ccbe8b #8bccbe

Analogous Colors of #be8bcc

#be8bcc #cc8bba #9e8bcc

Monochromatic Colors of #be8bcc

#be8bcc

Complementary Color

#be8bcc #99cc8b

#be8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8bcc Color CSS Codes

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

#be8bcc Text Font Color

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

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


#be8bcc Background Color

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

This div background color is #be8bcc


#be8bcc Border Color

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

This div border color is #be8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8bcc


Comments

No comments written yet.

Please login to write comment.