Color Hex Logo

#c74669 Color Hex

#C74669
(199,70,105)
0 Favorites   0 Comments

Color spaces of #c74669

RGB 19970105
HSL0.950.540.53
HSV344°65°78°
CMYK 0.000.650.47   0.22
XYZ28.293117.542415.2594
Yxy17.54240.46310.2871
Hunter Lab41.883647.28337.7175
CIE-Lab48.936353.95168.0735

#c74669 color RGB value is (199,70,105).

#c74669 hex color red value is 199, green value is 70 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c74669 hue: 0.95 , saturation: 0.54 and the lightness value of c74669 is 0.53.

The process color (four color CMYK) of #c74669 color hex is 0.00, 0.65, 0.47, 0.22. Web safe color of #c74669 is #cc3366. Color #c74669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 01101001
Octal 307 106 151
Decimal 199 70 105
Hex C7 46 69

RGB Percentages of Color #c74669

%53.21
%18.72
%28.07

CMYK Percentages of Color #c74669

%0
%65
%47
%22

Triadic Colors of #c74669

#c74669 #69c746 #4669c7

Analogous Colors of #c74669

#c74669 #c76446 #c746aa

Monochromatic Colors of #c74669

#c74669

Complementary Color

#c74669 #46c7a4

#c74669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74669 Color CSS Codes

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

#c74669 Text Font Color

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

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


#c74669 Background Color

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

This div background color is #c74669


#c74669 Border Color

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

This div border color is #c74669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74669


Comments

No comments written yet.

Please login to write comment.