Color Hex Logo

#c04075 Color Hex

#C04075
(192,64,117)
0 Favorites   0 Comments

Color spaces of #c04075

RGB 19264117
HSL0.930.500.50
HSV335°67°75°
CMYK 0.000.670.39   0.25
XYZ26.782516.157618.5368
Yxy16.15760.43570.2628
Hunter Lab40.196548.58870.7957
CIE-Lab47.180655.4689-1.9144

#c04075 color RGB value is (192,64,117).

#c04075 hex color red value is 192, green value is 64 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c04075 hue: 0.93 , saturation: 0.50 and the lightness value of c04075 is 0.50.

The process color (four color CMYK) of #c04075 color hex is 0.00, 0.67, 0.39, 0.25. Web safe color of #c04075 is #cc3366. Color #c04075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000000 01110101
Octal 300 100 165
Decimal 192 64 117
Hex C0 40 75

RGB Percentages of Color #c04075

%51.47
%17.16
%31.37

CMYK Percentages of Color #c04075

%0
%67
%39
%25

Triadic Colors of #c04075

#c04075 #75c040 #4075c0

Analogous Colors of #c04075

#c04075 #c04b40 #c040b5

Monochromatic Colors of #c04075

#c04075

Complementary Color

#c04075 #40c08b

#c04075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04075 Color CSS Codes

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

#c04075 Text Font Color

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

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


#c04075 Background Color

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

This div background color is #c04075


#c04075 Border Color

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

This div border color is #c04075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04075


Comments

No comments written yet.

Please login to write comment.