Color Hex Logo

#c74695 Color Hex

#C74695
(199,70,149)
0 Favorites   0 Comments

Color spaces of #c74695

RGB 19970149
HSL0.900.540.53
HSV323°65°78°
CMYK 0.000.650.25   0.22
XYZ31.168218.692430.3990
Yxy18.69240.38830.2329
Hunter Lab43.234753.0211-11.4234
CIE-Lab50.325458.9099-16.3622

#c74695 color RGB value is (199,70,149).

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

The process color (four color CMYK) of #c74695 color hex is 0.00, 0.65, 0.25, 0.22. Web safe color of #c74695 is #cc3399. Color #c74695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 10010101
Octal 307 106 225
Decimal 199 70 149
Hex C7 46 95

RGB Percentages of Color #c74695

%47.61
%16.75
%35.65

CMYK Percentages of Color #c74695

%0
%65
%25
%22

Triadic Colors of #c74695

#c74695 #95c746 #4695c7

Analogous Colors of #c74695

#c74695 #c74654 #b946c7

Monochromatic Colors of #c74695

#c74695

Complementary Color

#c74695 #46c778

#c74695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74695 Color CSS Codes

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

#c74695 Text Font Color

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

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


#c74695 Background Color

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

This div background color is #c74695


#c74695 Border Color

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

This div border color is #c74695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74695


Comments

No comments written yet.

Please login to write comment.