Color Hex Logo

#be0cad Color Hex

#BE0CAD
(190,12,173)
0 Favorites   0 Comments

Color spaces of #be0cad

RGB 19012173
HSL0.850.880.40
HSV306°94°75°
CMYK 0.000.940.09   0.25
XYZ28.909514.227240.7576
Yxy14.22720.34460.1696
Hunter Lab37.719070.8022-37.6631
CIE-Lab44.557075.2349-39.7297

#be0cad color RGB value is (190,12,173).

#be0cad hex color red value is 190, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #be0cad hue: 0.85 , saturation: 0.88 and the lightness value of be0cad is 0.40.

The process color (four color CMYK) of #be0cad color hex is 0.00, 0.94, 0.09, 0.25. Web safe color of #be0cad is #cc0099. Color #be0cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001100 10101101
Octal 276 14 255
Decimal 190 12 173
Hex BE C AD

RGB Percentages of Color #be0cad

%50.67
%3.20
%46.13

CMYK Percentages of Color #be0cad

%0
%94
%9
%25

Triadic Colors of #be0cad

#be0cad #adbe0c #0cadbe

Analogous Colors of #be0cad

#be0cad #be0c54 #760cbe

Monochromatic Colors of #be0cad

#be0cad

Complementary Color

#be0cad #0cbe1d

#be0cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0cad Color CSS Codes

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

#be0cad Text Font Color

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

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


#be0cad Background Color

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

This div background color is #be0cad


#be0cad Border Color

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

This div border color is #be0cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0cad


Comments

No comments written yet.

Please login to write comment.