Color Hex Logo

#be9bca Color Hex

#BE9BCA
(190,155,202)
0 Favorites   0 Comments

Color spaces of #be9bca

RGB 190155202
HSL0.790.310.70
HSV285°23°79°
CMYK 0.060.230.00   0.21
XYZ43.617238.654161.0392
Yxy38.65410.30440.2697
Hunter Lab62.172416.4253-14.6886
CIE-Lab68.500021.4406-19.2201

#be9bca color RGB value is (190,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011011 11001010
Octal 276 233 312
Decimal 190 155 202
Hex BE 9B CA

RGB Percentages of Color #be9bca

%34.73
%28.34
%36.93

CMYK Percentages of Color #be9bca

%6
%23
%0
%21

Triadic Colors of #be9bca

#be9bca #cabe9b #9bcabe

Analogous Colors of #be9bca

#be9bca #ca9bbf #a79bca

Monochromatic Colors of #be9bca

#be9bca

Complementary Color

#be9bca #a7ca9b

#be9bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9bca Color CSS Codes

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

#be9bca Text Font Color

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

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


#be9bca Background Color

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

This div background color is #be9bca


#be9bca Border Color

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

This div border color is #be9bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9bca


Comments

No comments written yet.

Please login to write comment.