Color Hex Logo

#c75468 Color Hex

#C75468
(199,84,104)
0 Favorites   0 Comments

Color spaces of #c75468

RGB 19984104
HSL0.970.510.55
HSV350°58°78°
CMYK 0.000.580.48   0.22
XYZ29.222219.482215.3170
Yxy19.48220.45640.3043
Hunter Lab44.138640.934110.3222
CIE-Lab51.246747.608311.9262

#c75468 color RGB value is (199,84,104).

#c75468 hex color red value is 199, green value is 84 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c75468 hue: 0.97 , saturation: 0.51 and the lightness value of c75468 is 0.55.

The process color (four color CMYK) of #c75468 color hex is 0.00, 0.58, 0.48, 0.22. Web safe color of #c75468 is #cc6666. Color #c75468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010100 01101000
Octal 307 124 150
Decimal 199 84 104
Hex C7 54 68

RGB Percentages of Color #c75468

%51.42
%21.71
%26.87

CMYK Percentages of Color #c75468

%0
%58
%48
%22

Triadic Colors of #c75468

#c75468 #68c754 #5468c7

Analogous Colors of #c75468

#c75468 #c77a54 #c754a2

Monochromatic Colors of #c75468

#c75468

Complementary Color

#c75468 #54c7b3

#c75468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75468 Color CSS Codes

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

#c75468 Text Font Color

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

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


#c75468 Background Color

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

This div background color is #c75468


#c75468 Border Color

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

This div border color is #c75468


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,84,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75468


Comments

No comments written yet.

Please login to write comment.