Color Hex Logo

#c74375 Color Hex Fuchsia Rose

#C74375
(199,67,117)
5 Favorites   0 Comments

Color spaces of #c74375 Fuchsia Rose

RGB 19967117
HSL0.940.540.52
HSV337°66°78°
CMYK 0.000.660.41   0.22
XYZ28.771217.440818.6796
Yxy17.44080.44340.2688
Hunter Lab41.762249.89012.7140
CIE-Lab48.810756.36300.6123

#c74375 color RGB value is (199,67,117). #c74375 color name is Fuchsia Rose color.

#c74375 hex color red value is 199, green value is 67 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c74375 hue: 0.94 , saturation: 0.54 and the lightness value of c74375 is 0.52.

The process color (four color CMYK) of #c74375 color hex is 0.00, 0.66, 0.41, 0.22. Web safe color of #c74375 is #cc3366. Color #c74375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000011 01110101
Octal 307 103 165
Decimal 199 67 117
Hex C7 43 75

RGB Percentages of Color #c74375

%51.96
%17.49
%30.55

CMYK Percentages of Color #c74375

%0
%66
%41
%22

Triadic Colors of #c74375

#c74375 #75c743 #4375c7

Analogous Colors of #c74375

#c74375 #c75343 #c743b7

Monochromatic Colors of #c74375

#c74375

Complementary Color

#c74375 #43c795

#c74375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74375 Color CSS Codes

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

#c74375 Text Font Color

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

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


#c74375 Background Color

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

This div background color is #c74375


#c74375 Border Color

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

This div border color is #c74375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74375


Comments

No comments written yet.

Please login to write comment.