Color Hex Logo

#be9cca Color Hex

#BE9CCA
(190,156,202)
0 Favorites   0 Comments

Color spaces of #be9cca

RGB 190156202
HSL0.790.300.70
HSV284°23°79°
CMYK 0.060.230.00   0.21
XYZ43.784338.988461.0949
Yxy38.98840.30430.2710
Hunter Lab62.440715.8955-14.3036
CIE-Lab68.742920.8855-18.8515

#be9cca color RGB value is (190,156,202).

#be9cca hex color red value is 190, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be9cca hue: 0.79 , saturation: 0.30 and the lightness value of be9cca is 0.70.

The process color (four color CMYK) of #be9cca color hex is 0.06, 0.23, 0.00, 0.21. Web safe color of #be9cca is #cc99cc. Color #be9cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 11001010
Octal 276 234 312
Decimal 190 156 202
Hex BE 9C CA

RGB Percentages of Color #be9cca

%34.67
%28.47
%36.86

CMYK Percentages of Color #be9cca

%6
%23
%0
%21

Triadic Colors of #be9cca

#be9cca #cabe9c #9ccabe

Analogous Colors of #be9cca

#be9cca #ca9cbf #a79cca

Monochromatic Colors of #be9cca

#be9cca

Complementary Color

#be9cca #a8ca9c

#be9cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cca Color CSS Codes

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

#be9cca Text Font Color

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

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


#be9cca Background Color

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

This div background color is #be9cca


#be9cca Border Color

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

This div border color is #be9cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cca


Comments

No comments written yet.

Please login to write comment.