Color Hex Logo

#c74098 Color Hex

#C74098
(199,64,152)
0 Favorites   0 Comments

Color spaces of #c74098

RGB 19964152
HSL0.890.550.52
HSV321°68°78°
CMYK 0.000.680.24   0.22
XYZ31.054118.075931.5580
Yxy18.07590.38490.2240
Hunter Lab42.515855.9763-14.2479
CIE-Lab49.588061.6668-19.2740

#c74098 color RGB value is (199,64,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 10011000
Octal 307 100 230
Decimal 199 64 152
Hex C7 40 98

RGB Percentages of Color #c74098

%47.95
%15.42
%36.63

CMYK Percentages of Color #c74098

%0
%68
%24
%22

Triadic Colors of #c74098

#c74098 #98c740 #4098c7

Analogous Colors of #c74098

#c74098 #c74055 #b340c7

Monochromatic Colors of #c74098

#c74098

Complementary Color

#c74098 #40c76f

#c74098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74098 Color CSS Codes

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

#c74098 Text Font Color

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

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


#c74098 Background Color

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

This div background color is #c74098


#c74098 Border Color

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

This div border color is #c74098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74098


Comments

No comments written yet.

Please login to write comment.