Color Hex Logo

#be91ca Color Hex

#BE91CA
(190,145,202)
0 Favorites   0 Comments

Color spaces of #be91ca

RGB 190145202
HSL0.800.350.68
HSV287°28°79°
CMYK 0.060.280.00   0.21
XYZ42.021335.462260.5072
Yxy35.46220.30450.2570
Hunter Lab59.550121.7450-18.5578
CIE-Lab66.106926.9932-22.8655

#be91ca color RGB value is (190,145,202).

#be91ca hex color red value is 190, green value is 145 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be91ca hue: 0.80 , saturation: 0.35 and the lightness value of be91ca is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 11001010
Octal 276 221 312
Decimal 190 145 202
Hex BE 91 CA

RGB Percentages of Color #be91ca

%35.38
%27.00
%37.62

CMYK Percentages of Color #be91ca

%6
%28
%0
%21

Triadic Colors of #be91ca

#be91ca #cabe91 #91cabe

Analogous Colors of #be91ca

#be91ca #ca91ba #a291ca

Monochromatic Colors of #be91ca

#be91ca

Complementary Color

#be91ca #9dca91

#be91ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be91ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be91ca Color CSS Codes

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

#be91ca Text Font Color

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

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


#be91ca Background Color

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

This div background color is #be91ca


#be91ca Border Color

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

This div border color is #be91ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be91ca


Comments

No comments written yet.

Please login to write comment.