Color Hex Logo

#c74985 Color Hex

#C74985
(199,73,133)
0 Favorites   0 Comments

Color spaces of #c74985

RGB 19973133
HSL0.920.530.53
HSV331°63°78°
CMYK 0.000.630.33   0.22
XYZ30.169418.600724.1905
Yxy18.60070.41350.2549
Hunter Lab43.128549.3899-3.0654
CIE-Lab50.216755.6551-6.9650

#c74985 color RGB value is (199,73,133).

#c74985 hex color red value is 199, green value is 73 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c74985 hue: 0.92 , saturation: 0.53 and the lightness value of c74985 is 0.53.

The process color (four color CMYK) of #c74985 color hex is 0.00, 0.63, 0.33, 0.22. Web safe color of #c74985 is #cc3399. Color #c74985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 10000101
Octal 307 111 205
Decimal 199 73 133
Hex C7 49 85

RGB Percentages of Color #c74985

%49.14
%18.02
%32.84

CMYK Percentages of Color #c74985

%0
%63
%33
%22

Triadic Colors of #c74985

#c74985 #85c749 #4985c7

Analogous Colors of #c74985

#c74985 #c74c49 #c749c4

Monochromatic Colors of #c74985

#c74985

Complementary Color

#c74985 #49c78b

#c74985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74985 Color CSS Codes

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

#c74985 Text Font Color

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

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


#c74985 Background Color

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

This div background color is #c74985


#c74985 Border Color

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

This div border color is #c74985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74985


Comments

No comments written yet.

Please login to write comment.