Color Hex Logo

#c65cad Color Hex

#C65CAD
(198,92,173)
0 Favorites   0 Comments

Color spaces of #c65cad

RGB 19892173
HSL0.870.480.57
HSV314°54°78°
CMYK 0.000.540.13   0.22
XYZ34.658722.677242.0856
Yxy22.67720.34860.2281
Hunter Lab47.620646.5779-19.0643
CIE-Lab54.738352.3072-23.7246

#c65cad color RGB value is (198,92,173).

#c65cad hex color red value is 198, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c65cad hue: 0.87 , saturation: 0.48 and the lightness value of c65cad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011100 10101101
Octal 306 134 255
Decimal 198 92 173
Hex C6 5C AD

RGB Percentages of Color #c65cad

%42.76
%19.87
%37.37

CMYK Percentages of Color #c65cad

%0
%54
%13
%22

Triadic Colors of #c65cad

#c65cad #adc65c #5cadc6

Analogous Colors of #c65cad

#c65cad #c65c78 #aa5cc6

Monochromatic Colors of #c65cad

#c65cad

Complementary Color

#c65cad #5cc675

#c65cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65cad Color CSS Codes

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

#c65cad Text Font Color

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

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


#c65cad Background Color

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

This div background color is #c65cad


#c65cad Border Color

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

This div border color is #c65cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,92,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65cad;
  -webkit-box-shadow: 1px 1px 3px 2px #c65cad;
  box-shadow:         1px 1px 3px 2px #c65cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,92,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65cad


Comments

No comments written yet.

Please login to write comment.