Color Hex Logo

#c75ebc Color Hex

#C75EBC
(199,94,188)
0 Favorites   0 Comments

Color spaces of #c75ebc

RGB 19994188
HSL0.850.480.57
HSV306°53°78°
CMYK 0.000.530.06   0.22
XYZ36.633023.778450.2359
Yxy23.77840.33110.2149
Hunter Lab48.763148.7617-26.9466
CIE-Lab55.865254.1075-30.6370

#c75ebc color RGB value is (199,94,188).

#c75ebc hex color red value is 199, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c75ebc hue: 0.85 , saturation: 0.48 and the lightness value of c75ebc is 0.57.

The process color (four color CMYK) of #c75ebc color hex is 0.00, 0.53, 0.06, 0.22. Web safe color of #c75ebc is #cc66cc. Color #c75ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011110 10111100
Octal 307 136 274
Decimal 199 94 188
Hex C7 5E BC

RGB Percentages of Color #c75ebc

%41.37
%19.54
%39.09

CMYK Percentages of Color #c75ebc

%0
%53
%6
%22

Triadic Colors of #c75ebc

#c75ebc #bcc75e #5ebcc7

Analogous Colors of #c75ebc

#c75ebc #c75e88 #9e5ec7

Monochromatic Colors of #c75ebc

#c75ebc

Complementary Color

#c75ebc #5ec769

#c75ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75ebc Color CSS Codes

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

#c75ebc Text Font Color

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

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


#c75ebc Background Color

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

This div background color is #c75ebc


#c75ebc Border Color

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

This div border color is #c75ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75ebc


Comments

No comments written yet.

Please login to write comment.