Color Hex Logo

#c75dae Color Hex

#C75DAE
(199,93,174)
0 Favorites   0 Comments

Color spaces of #c75dae

RGB 19993174
HSL0.870.490.57
HSV314°53°78°
CMYK 0.000.530.13   0.22
XYZ35.107523.026842.6386
Yxy23.02680.34840.2285
Hunter Lab47.986246.6175-19.0923
CIE-Lab55.099952.2836-23.7364

#c75dae color RGB value is (199,93,174).

#c75dae hex color red value is 199, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c75dae hue: 0.87 , saturation: 0.49 and the lightness value of c75dae is 0.57.

The process color (four color CMYK) of #c75dae color hex is 0.00, 0.53, 0.13, 0.22. Web safe color of #c75dae is #cc6699. Color #c75dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 10101110
Octal 307 135 256
Decimal 199 93 174
Hex C7 5D AE

RGB Percentages of Color #c75dae

%42.70
%19.96
%37.34

CMYK Percentages of Color #c75dae

%0
%53
%13
%22

Triadic Colors of #c75dae

#c75dae #aec75d #5daec7

Analogous Colors of #c75dae

#c75dae #c75d79 #ab5dc7

Monochromatic Colors of #c75dae

#c75dae

Complementary Color

#c75dae #5dc776

#c75dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75dae Color CSS Codes

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

#c75dae Text Font Color

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

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


#c75dae Background Color

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

This div background color is #c75dae


#c75dae Border Color

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

This div border color is #c75dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75dae


Comments

No comments written yet.

Please login to write comment.