Color Hex Logo

#c04367 Color Hex

#C04367
(192,67,103)
0 Favorites   0 Comments

Color spaces of #c04367

RGB 19267103
HSL0.950.500.51
HSV343°65°75°
CMYK 0.000.650.46   0.25
XYZ26.193616.200014.5783
Yxy16.20000.45980.2844
Hunter Lab40.249245.72906.6996
CIE-Lab47.235852.81056.7108

#c04367 color RGB value is (192,67,103).

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

The process color (four color CMYK) of #c04367 color hex is 0.00, 0.65, 0.46, 0.25. Web safe color of #c04367 is #cc3366. Color #c04367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 01100111
Octal 300 103 147
Decimal 192 67 103
Hex C0 43 67

RGB Percentages of Color #c04367

%53.04
%18.51
%28.45

CMYK Percentages of Color #c04367

%0
%65
%46
%25

Triadic Colors of #c04367

#c04367 #67c043 #4367c0

Analogous Colors of #c04367

#c04367 #c05d43 #c043a6

Monochromatic Colors of #c04367

#c04367

Complementary Color

#c04367 #43c09c

#c04367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04367 Color CSS Codes

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

#c04367 Text Font Color

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

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


#c04367 Background Color

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

This div background color is #c04367


#c04367 Border Color

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

This div border color is #c04367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04367


Comments

No comments written yet.

Please login to write comment.