Color Hex Logo

#c75287 Color Hex

#C75287
(199,82,135)
0 Favorites   0 Comments

Color spaces of #c75287

RGB 19982135
HSL0.920.510.55
HSV333°59°78°
CMYK 0.000.590.32   0.22
XYZ30.943719.926025.1369
Yxy19.92600.40710.2622
Hunter Lab44.638545.6198-2.1405
CIE-Lab51.753451.9246-5.8751

#c75287 color RGB value is (199,82,135).

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

The process color (four color CMYK) of #c75287 color hex is 0.00, 0.59, 0.32, 0.22. Web safe color of #c75287 is #cc6699. Color #c75287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 10000111
Octal 307 122 207
Decimal 199 82 135
Hex C7 52 87

RGB Percentages of Color #c75287

%47.84
%19.71
%32.45

CMYK Percentages of Color #c75287

%0
%59
%32
%22

Triadic Colors of #c75287

#c75287 #87c752 #5287c7

Analogous Colors of #c75287

#c75287 #c75852 #c752c2

Monochromatic Colors of #c75287

#c75287

Complementary Color

#c75287 #52c792

#c75287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75287 Color CSS Codes

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

#c75287 Text Font Color

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

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


#c75287 Background Color

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

This div background color is #c75287


#c75287 Border Color

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

This div border color is #c75287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75287


Comments

No comments written yet.

Please login to write comment.