Color Hex Logo

#c01cae Color Hex

#C01CAE
(192,28,174)
0 Favorites   0 Comments

Color spaces of #c01cae

RGB 19228174
HSL0.850.750.43
HSV307°85°75°
CMYK 0.000.850.09   0.25
XYZ29.793515.093041.3873
Yxy15.09300.34530.1749
Hunter Lab38.849768.9031-35.9679
CIE-Lab45.761373.4370-38.3918

#c01cae color RGB value is (192,28,174).

#c01cae hex color red value is 192, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c01cae hue: 0.85 , saturation: 0.75 and the lightness value of c01cae is 0.43.

The process color (four color CMYK) of #c01cae color hex is 0.00, 0.85, 0.09, 0.25. Web safe color of #c01cae is #cc3399. Color #c01cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011100 10101110
Octal 300 34 256
Decimal 192 28 174
Hex C0 1C AE

RGB Percentages of Color #c01cae

%48.73
%7.11
%44.16

CMYK Percentages of Color #c01cae

%0
%85
%9
%25

Triadic Colors of #c01cae

#c01cae #aec01c #1caec0

Analogous Colors of #c01cae

#c01cae #c01c5c #801cc0

Monochromatic Colors of #c01cae

#c01cae

Complementary Color

#c01cae #1cc02e

#c01cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01cae Color CSS Codes

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

#c01cae Text Font Color

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

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


#c01cae Background Color

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

This div background color is #c01cae


#c01cae Border Color

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

This div border color is #c01cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,28,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c01cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c01cae;
  -webkit-box-shadow: 1px 1px 3px 2px #c01cae;
  box-shadow:         1px 1px 3px 2px #c01cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,28,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01cae


Comments

No comments written yet.

Please login to write comment.