Color Hex Logo

#c74466 Color Hex

#C74466
(199,68,102)
0 Favorites   0 Comments

Color spaces of #c74466

RGB 19968102
HSL0.960.540.52
HSV344°66°78°
CMYK 0.000.660.49   0.22
XYZ28.018617.235714.4204
Yxy17.23570.46950.2888
Hunter Lab41.515947.81488.4670
CIE-Lab48.555754.50929.3571

#c74466 color RGB value is (199,68,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000100 01100110
Octal 307 104 146
Decimal 199 68 102
Hex C7 44 66

RGB Percentages of Color #c74466

%53.93
%18.43
%27.64

CMYK Percentages of Color #c74466

%0
%66
%49
%22

Triadic Colors of #c74466

#c74466 #66c744 #4466c7

Analogous Colors of #c74466

#c74466 #c76444 #c744a8

Monochromatic Colors of #c74466

#c74466

Complementary Color

#c74466 #44c7a5

#c74466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74466 Color CSS Codes

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

#c74466 Text Font Color

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

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


#c74466 Background Color

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

This div background color is #c74466


#c74466 Border Color

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

This div border color is #c74466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74466


Comments

No comments written yet.

Please login to write comment.