Color Hex Logo

#c01898 Color Hex

#C01898
(192,24,152)
0 Favorites   0 Comments

Color spaces of #c01898

RGB 19224152
HSL0.870.780.42
HSV314°88°75°
CMYK 0.000.880.21   0.25
XYZ27.732414.126730.9708
Yxy14.12670.38080.1940
Hunter Lab37.585565.9313-22.5457
CIE-Lab44.414171.2238-27.3686

#c01898 color RGB value is (192,24,152).

#c01898 hex color red value is 192, green value is 24 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c01898 hue: 0.87 , saturation: 0.78 and the lightness value of c01898 is 0.42.

The process color (four color CMYK) of #c01898 color hex is 0.00, 0.88, 0.21, 0.25. Web safe color of #c01898 is #cc0099. Color #c01898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 10011000
Octal 300 30 230
Decimal 192 24 152
Hex C0 18 98

RGB Percentages of Color #c01898

%52.17
%6.52
%41.30

CMYK Percentages of Color #c01898

%0
%88
%21
%25

Triadic Colors of #c01898

#c01898 #98c018 #1898c0

Analogous Colors of #c01898

#c01898 #c01844 #9418c0

Monochromatic Colors of #c01898

#c01898

Complementary Color

#c01898 #18c040

#c01898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01898 Color CSS Codes

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

#c01898 Text Font Color

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

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


#c01898 Background Color

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

This div background color is #c01898


#c01898 Border Color

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

This div border color is #c01898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01898


Comments

No comments written yet.

Please login to write comment.