Color Hex Logo

#c00075 Color Hex

#C00075
(192,0,117)
1 Favorites   0 Comments

Color spaces of #c00075

RGB 1920117
HSL0.901.000.38
HSV323°100°75°
CMYK 0.001.000.39   0.25
XYZ24.949112.490817.9256
Yxy12.49080.45060.2256
Hunter Lab35.342364.1589-5.3322
CIE-Lab41.985870.2030-9.6390

#c00075 color RGB value is (192,0,117).

#c00075 hex color red value is 192, green value is 0 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c00075 hue: 0.90 , saturation: 1.00 and the lightness value of c00075 is 0.38.

The process color (four color CMYK) of #c00075 color hex is 0.00, 1.00, 0.39, 0.25. Web safe color of #c00075 is #cc0066. Color #c00075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 01110101
Octal 300 0 165
Decimal 192 0 117
Hex C0 0 75

RGB Percentages of Color #c00075

%62.14
%0.00
%37.86

CMYK Percentages of Color #c00075

%0
%100
%39
%25

Triadic Colors of #c00075

#c00075 #75c000 #0075c0

Analogous Colors of #c00075

#c00075 #c00015 #ab00c0

Monochromatic Colors of #c00075

#c00075

Complementary Color

#c00075 #00c04b

#c00075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00075 Color CSS Codes

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

#c00075 Text Font Color

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

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


#c00075 Background Color

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

This div background color is #c00075


#c00075 Border Color

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

This div border color is #c00075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00075


Comments

No comments written yet.

Please login to write comment.