Color Hex Logo

#c74095 Color Hex

#C74095
(199,64,149)
0 Favorites   0 Comments

Color spaces of #c74095

RGB 19964149
HSL0.900.550.52
HSV322°68°78°
CMYK 0.000.680.25   0.22
XYZ30.811417.978830.2801
Yxy17.97880.38970.2274
Hunter Lab42.401455.5063-12.6597
CIE-Lab49.470461.2744-17.6657

#c74095 color RGB value is (199,64,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 10010101
Octal 307 100 225
Decimal 199 64 149
Hex C7 40 95

RGB Percentages of Color #c74095

%48.30
%15.53
%36.17

CMYK Percentages of Color #c74095

%0
%68
%25
%22

Triadic Colors of #c74095

#c74095 #95c740 #4095c7

Analogous Colors of #c74095

#c74095 #c74052 #b640c7

Monochromatic Colors of #c74095

#c74095

Complementary Color

#c74095 #40c772

#c74095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74095 Color CSS Codes

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

#c74095 Text Font Color

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

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


#c74095 Background Color

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

This div background color is #c74095


#c74095 Border Color

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

This div border color is #c74095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74095


Comments

No comments written yet.

Please login to write comment.