Color Hex Logo

#c04165 Color Hex

#C04165
(192,65,101)
0 Favorites   0 Comments

Color spaces of #c04165

RGB 19265101
HSL0.950.500.50
HSV343°66°75°
CMYK 0.000.660.47   0.25
XYZ25.977515.926614.0169
Yxy15.92660.46450.2848
Hunter Lab39.908146.35227.1113
CIE-Lab46.878053.45527.4245

#c04165 color RGB value is (192,65,101).

#c04165 hex color red value is 192, green value is 65 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c04165 hue: 0.95 , saturation: 0.50 and the lightness value of c04165 is 0.50.

The process color (four color CMYK) of #c04165 color hex is 0.00, 0.66, 0.47, 0.25. Web safe color of #c04165 is #cc3366. Color #c04165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 01100101
Octal 300 101 145
Decimal 192 65 101
Hex C0 41 65

RGB Percentages of Color #c04165

%53.63
%18.16
%28.21

CMYK Percentages of Color #c04165

%0
%66
%47
%25

Triadic Colors of #c04165

#c04165 #65c041 #4165c0

Analogous Colors of #c04165

#c04165 #c05d41 #c041a5

Monochromatic Colors of #c04165

#c04165

Complementary Color

#c04165 #41c09c

#c04165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04165 Color CSS Codes

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

#c04165 Text Font Color

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

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


#c04165 Background Color

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

This div background color is #c04165


#c04165 Border Color

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

This div border color is #c04165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04165


Comments

No comments written yet.

Please login to write comment.