Color Hex Logo

#c75ecc Color Hex

#C75ECC
(199,94,204)
0 Favorites   0 Comments

Color spaces of #c75ecc

RGB 19994204
HSL0.830.520.58
HSV297°54°80°
CMYK 0.020.540.00   0.20
XYZ38.455024.507259.8303
Yxy24.50720.31320.1996
Hunter Lab49.504752.0245-37.0032
CIE-Lab56.592156.9098-38.6550

#c75ecc color RGB value is (199,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011110 11001100
Octal 307 136 314
Decimal 199 94 204
Hex C7 5E CC

RGB Percentages of Color #c75ecc

%40.04
%18.91
%41.05

CMYK Percentages of Color #c75ecc

%2
%54
%0
%20

Triadic Colors of #c75ecc

#c75ecc #ccc75e #5eccc7

Analogous Colors of #c75ecc

#c75ecc #cc5e9a #905ecc

Monochromatic Colors of #c75ecc

#c75ecc

Complementary Color

#c75ecc #63cc5e

#c75ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75ecc Color CSS Codes

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

#c75ecc Text Font Color

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

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


#c75ecc Background Color

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

This div background color is #c75ecc


#c75ecc Border Color

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

This div border color is #c75ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75ecc


Comments

No comments written yet.

Please login to write comment.