Color Hex Logo

#c01278 Color Hex

#C01278
(192,18,120)
0 Favorites   0 Comments

Color spaces of #c01278

RGB 19218120
HSL0.900.830.41
HSV325°91°75°
CMYK 0.000.910.38   0.25
XYZ25.344712.995118.9418
Yxy12.99510.44250.2269
Hunter Lab36.048762.4124-5.9198
CIE-Lab42.755968.5668-10.3446

#c01278 color RGB value is (192,18,120).

#c01278 hex color red value is 192, green value is 18 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c01278 hue: 0.90 , saturation: 0.83 and the lightness value of c01278 is 0.41.

The process color (four color CMYK) of #c01278 color hex is 0.00, 0.91, 0.38, 0.25. Web safe color of #c01278 is #cc0066. Color #c01278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 01111000
Octal 300 22 170
Decimal 192 18 120
Hex C0 12 78

RGB Percentages of Color #c01278

%58.18
%5.45
%36.36

CMYK Percentages of Color #c01278

%0
%91
%38
%25

Triadic Colors of #c01278

#c01278 #78c012 #1278c0

Analogous Colors of #c01278

#c01278 #c01221 #b112c0

Monochromatic Colors of #c01278

#c01278

Complementary Color

#c01278 #12c05a

#c01278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01278 Color CSS Codes

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

#c01278 Text Font Color

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

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


#c01278 Background Color

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

This div background color is #c01278


#c01278 Border Color

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

This div border color is #c01278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01278


Comments

No comments written yet.

Please login to write comment.