Color Hex Logo

#c74ecc Color Hex

#C74ECC
(199,78,204)
0 Favorites   0 Comments

Color spaces of #c74ecc

RGB 19978204
HSL0.830.550.55
HSV298°62°80°
CMYK 0.020.620.00   0.20
XYZ37.176721.950559.4042
Yxy21.95050.31360.1852
Hunter Lab46.851459.6504-42.3796
CIE-Lab53.974464.0488-42.7783

#c74ecc color RGB value is (199,78,204).

#c74ecc hex color red value is 199, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c74ecc hue: 0.83 , saturation: 0.55 and the lightness value of c74ecc is 0.55.

The process color (four color CMYK) of #c74ecc color hex is 0.02, 0.62, 0.00, 0.20. Web safe color of #c74ecc is #cc66cc. Color #c74ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 11001100
Octal 307 116 314
Decimal 199 78 204
Hex C7 4E CC

RGB Percentages of Color #c74ecc

%41.37
%16.22
%42.41

CMYK Percentages of Color #c74ecc

%2
%62
%0
%20

Triadic Colors of #c74ecc

#c74ecc #ccc74e #4eccc7

Analogous Colors of #c74ecc

#c74ecc #cc4e92 #884ecc

Monochromatic Colors of #c74ecc

#c74ecc

Complementary Color

#c74ecc #53cc4e

#c74ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74ecc Color CSS Codes

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

#c74ecc Text Font Color

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

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


#c74ecc Background Color

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

This div background color is #c74ecc


#c74ecc Border Color

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

This div border color is #c74ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74ecc


Comments

No comments written yet.

Please login to write comment.