Color Hex Logo

#c05471 Color Hex

#C05471
(192,84,113)
0 Favorites   0 Comments

Color spaces of #c05471

RGB 19284113
HSL0.960.460.54
HSV344°56°75°
CMYK 0.000.560.41   0.25
XYZ27.889218.739417.7699
Yxy18.73940.43310.2910
Hunter Lab43.289039.24385.9641
CIE-Lab50.380946.12865.1537

#c05471 color RGB value is (192,84,113).

#c05471 hex color red value is 192, green value is 84 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c05471 hue: 0.96 , saturation: 0.46 and the lightness value of c05471 is 0.54.

The process color (four color CMYK) of #c05471 color hex is 0.00, 0.56, 0.41, 0.25. Web safe color of #c05471 is #cc6666. Color #c05471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010100 01110001
Octal 300 124 161
Decimal 192 84 113
Hex C0 54 71

RGB Percentages of Color #c05471

%49.36
%21.59
%29.05

CMYK Percentages of Color #c05471

%0
%56
%41
%25

Triadic Colors of #c05471

#c05471 #71c054 #5471c0

Analogous Colors of #c05471

#c05471 #c06d54 #c054a7

Monochromatic Colors of #c05471

#c05471

Complementary Color

#c05471 #54c0a3

#c05471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05471 Color CSS Codes

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

#c05471 Text Font Color

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

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


#c05471 Background Color

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

This div background color is #c05471


#c05471 Border Color

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

This div border color is #c05471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05471


Comments

No comments written yet.

Please login to write comment.