Color Hex Logo

#c01863 Color Hex

#C01863
(192,24,99)
0 Favorites   0 Comments

Color spaces of #c01863

RGB 1922499
HSL0.930.780.42
HSV333°88°75°
CMYK 0.000.880.48   0.25
XYZ24.317012.760612.9858
Yxy12.76060.48570.2549
Hunter Lab35.722058.99673.4520
CIE-Lab42.400365.68942.2438

#c01863 color RGB value is (192,24,99).

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

The process color (four color CMYK) of #c01863 color hex is 0.00, 0.88, 0.48, 0.25. Web safe color of #c01863 is #cc0066. Color #c01863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 01100011
Octal 300 30 143
Decimal 192 24 99
Hex C0 18 63

RGB Percentages of Color #c01863

%60.95
%7.62
%31.43

CMYK Percentages of Color #c01863

%0
%88
%48
%25

Triadic Colors of #c01863

#c01863 #63c018 #1863c0

Analogous Colors of #c01863

#c01863 #c02118 #c018b7

Monochromatic Colors of #c01863

#c01863

Complementary Color

#c01863 #18c075

#c01863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01863 Color CSS Codes

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

#c01863 Text Font Color

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

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


#c01863 Background Color

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

This div background color is #c01863


#c01863 Border Color

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

This div border color is #c01863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01863


Comments

No comments written yet.

Please login to write comment.