Color Hex Logo

#c665ad Color Hex

#C665AD
(198,101,173)
0 Favorites   0 Comments

Color spaces of #c665ad

RGB 198101173
HSL0.880.460.59
HSV315°49°78°
CMYK 0.000.490.13   0.22
XYZ35.485224.330342.3611
Yxy24.33030.34730.2381
Hunter Lab49.325842.0937-16.3904
CIE-Lab56.417047.8886-21.1474

#c665ad color RGB value is (198,101,173).

#c665ad hex color red value is 198, green value is 101 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c665ad hue: 0.88 , saturation: 0.46 and the lightness value of c665ad is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 10101101
Octal 306 145 255
Decimal 198 101 173
Hex C6 65 AD

RGB Percentages of Color #c665ad

%41.95
%21.40
%36.65

CMYK Percentages of Color #c665ad

%0
%49
%13
%22

Triadic Colors of #c665ad

#c665ad #adc665 #65adc6

Analogous Colors of #c665ad

#c665ad #c6657d #af65c6

Monochromatic Colors of #c665ad

#c665ad

Complementary Color

#c665ad #65c67e

#c665ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c665ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c665ad Color CSS Codes

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

#c665ad Text Font Color

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

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


#c665ad Background Color

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

This div background color is #c665ad


#c665ad Border Color

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

This div border color is #c665ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c665ad


Comments

No comments written yet.

Please login to write comment.