Color Hex Logo

#c75385 Color Hex

#C75385
(199,83,133)
0 Favorites   0 Comments

Color spaces of #c75385

RGB 19983133
HSL0.930.510.55
HSV334°58°78°
CMYK 0.000.580.33   0.22
XYZ30.880120.022124.4274
Yxy20.02210.40990.2658
Hunter Lab44.746144.8806-1.0449
CIE-Lab51.862251.2200-4.5222

#c75385 color RGB value is (199,83,133).

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

The process color (four color CMYK) of #c75385 color hex is 0.00, 0.58, 0.33, 0.22. Web safe color of #c75385 is #cc6699. Color #c75385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010011 10000101
Octal 307 123 205
Decimal 199 83 133
Hex C7 53 85

RGB Percentages of Color #c75385

%47.95
%20.00
%32.05

CMYK Percentages of Color #c75385

%0
%58
%33
%22

Triadic Colors of #c75385

#c75385 #85c753 #5385c7

Analogous Colors of #c75385

#c75385 #c75b53 #c753bf

Monochromatic Colors of #c75385

#c75385

Complementary Color

#c75385 #53c795

#c75385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75385 Color CSS Codes

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

#c75385 Text Font Color

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

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


#c75385 Background Color

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

This div background color is #c75385


#c75385 Border Color

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

This div border color is #c75385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75385


Comments

No comments written yet.

Please login to write comment.