Color Hex Logo

#c04271 Color Hex

#C04271
(192,66,113)
0 Favorites   0 Comments

Color spaces of #c04271

RGB 19266113
HSL0.940.500.51
HSV338°66°75°
CMYK 0.000.660.41   0.25
XYZ26.667116.295217.3626
Yxy16.29520.44210.2701
Hunter Lab40.367347.27632.7556
CIE-Lab47.359454.22650.7857

#c04271 color RGB value is (192,66,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 01110001
Octal 300 102 161
Decimal 192 66 113
Hex C0 42 71

RGB Percentages of Color #c04271

%51.75
%17.79
%30.46

CMYK Percentages of Color #c04271

%0
%66
%41
%25

Triadic Colors of #c04271

#c04271 #71c042 #4271c0

Analogous Colors of #c04271

#c04271 #c05242 #c042b0

Monochromatic Colors of #c04271

#c04271

Complementary Color

#c04271 #42c091

#c04271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04271 Color CSS Codes

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

#c04271 Text Font Color

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

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


#c04271 Background Color

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

This div background color is #c04271


#c04271 Border Color

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

This div border color is #c04271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04271


Comments

No comments written yet.

Please login to write comment.