Color Hex Logo

#be94cc Color Hex

#BE94CC
(190,148,204)
0 Favorites   0 Comments

Color spaces of #be94cc

RGB 190148204
HSL0.790.350.69
HSV285°27°80°
CMYK 0.070.270.00   0.20
XYZ42.724236.486661.9175
Yxy36.48660.30270.2585
Hunter Lab60.404120.5468-18.4926
CIE-Lab66.890125.7297-22.7830

#be94cc color RGB value is (190,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 11001100
Octal 276 224 314
Decimal 190 148 204
Hex BE 94 CC

RGB Percentages of Color #be94cc

%35.06
%27.31
%37.64

CMYK Percentages of Color #be94cc

%7
%27
%0
%20

Triadic Colors of #be94cc

#be94cc #ccbe94 #94ccbe

Analogous Colors of #be94cc

#be94cc #cc94be #a294cc

Monochromatic Colors of #be94cc

#be94cc

Complementary Color

#be94cc #a2cc94

#be94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be94cc Color CSS Codes

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

#be94cc Text Font Color

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

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


#be94cc Background Color

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

This div background color is #be94cc


#be94cc Border Color

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

This div border color is #be94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be94cc


Comments

No comments written yet.

Please login to write comment.