Color Hex Logo

#c01cad Color Hex

#C01CAD
(192,28,173)
0 Favorites   0 Comments

Color spaces of #c01cad

RGB 19228173
HSL0.850.750.43
HSV307°85°75°
CMYK 0.000.850.10   0.25
XYZ29.696315.054140.8757
Yxy15.05410.34680.1758
Hunter Lab38.799668.7203-35.3028
CIE-Lab45.708273.2961-37.8840

#c01cad color RGB value is (192,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011100 10101101
Octal 300 34 255
Decimal 192 28 173
Hex C0 1C AD

RGB Percentages of Color #c01cad

%48.85
%7.12
%44.02

CMYK Percentages of Color #c01cad

%0
%85
%10
%25

Triadic Colors of #c01cad

#c01cad #adc01c #1cadc0

Analogous Colors of #c01cad

#c01cad #c01c5b #811cc0

Monochromatic Colors of #c01cad

#c01cad

Complementary Color

#c01cad #1cc02f

#c01cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01cad Color CSS Codes

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

#c01cad Text Font Color

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

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


#c01cad Background Color

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

This div background color is #c01cad


#c01cad Border Color

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

This div border color is #c01cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01cad


Comments

No comments written yet.

Please login to write comment.