Color Hex Logo

#be8cc9 Color Hex

#BE8CC9
(190,140,201)
0 Favorites   0 Comments

Color spaces of #be8cc9

RGB 190140201
HSL0.800.360.67
HSV289°30°79°
CMYK 0.050.300.00   0.21
XYZ41.155933.920459.6365
Yxy33.92040.30550.2518
Hunter Lab58.241224.2141-19.9415
CIE-Lab64.899329.5654-24.1551

#be8cc9 color RGB value is (190,140,201).

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

The process color (four color CMYK) of #be8cc9 color hex is 0.05, 0.30, 0.00, 0.21. Web safe color of #be8cc9 is #cc99cc. Color #be8cc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 11001001
Octal 276 214 311
Decimal 190 140 201
Hex BE 8C C9

RGB Percentages of Color #be8cc9

%35.78
%26.37
%37.85

CMYK Percentages of Color #be8cc9

%5
%30
%0
%21

Triadic Colors of #be8cc9

#be8cc9 #c9be8c #8cc9be

Analogous Colors of #be8cc9

#be8cc9 #c98cb6 #a08cc9

Monochromatic Colors of #be8cc9

#be8cc9

Complementary Color

#be8cc9 #97c98c

#be8cc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8cc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8cc9 Color CSS Codes

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

#be8cc9 Text Font Color

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

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


#be8cc9 Background Color

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

This div background color is #be8cc9


#be8cc9 Border Color

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

This div border color is #be8cc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8cc9


Comments

No comments written yet.

Please login to write comment.