Color Hex Logo

#be94cb Color Hex

#BE94CB
(190,148,203)
0 Favorites   0 Comments

Color spaces of #be94cb

RGB 190148203
HSL0.790.350.69
HSV286°27°80°
CMYK 0.060.270.00   0.20
XYZ42.604636.438861.2878
Yxy36.43880.30360.2597
Hunter Lab60.364620.3452-17.9416
CIE-Lab66.853825.5281-22.2818

#be94cb color RGB value is (190,148,203).

#be94cb hex color red value is 190, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be94cb hue: 0.79 , saturation: 0.35 and the lightness value of be94cb is 0.69.

The process color (four color CMYK) of #be94cb color hex is 0.06, 0.27, 0.00, 0.20. Web safe color of #be94cb is #cc99cc. Color #be94cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 11001011
Octal 276 224 313
Decimal 190 148 203
Hex BE 94 CB

RGB Percentages of Color #be94cb

%35.12
%27.36
%37.52

CMYK Percentages of Color #be94cb

%6
%27
%0
%20

Triadic Colors of #be94cb

#be94cb #cbbe94 #94cbbe

Analogous Colors of #be94cb

#be94cb #cb94bd #a394cb

Monochromatic Colors of #be94cb

#be94cb

Complementary Color

#be94cb #a1cb94

#be94cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be94cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be94cb Color CSS Codes

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

#be94cb Text Font Color

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

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


#be94cb Background Color

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

This div background color is #be94cb


#be94cb Border Color

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

This div border color is #be94cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be94cb


Comments

No comments written yet.

Please login to write comment.