Color Hex Logo

#c605ad Color Hex

#C605AD
(198,5,173)
0 Favorites   0 Comments

Color spaces of #c605ad

RGB 1985173
HSL0.850.950.40
HSV308°97°78°
CMYK 0.000.970.13   0.22
XYZ30.885815.131440.8280
Yxy15.13140.35560.1742
Hunter Lab38.899173.6552-35.0007
CIE-Lab45.813677.3125-37.6460

#c605ad color RGB value is (198,5,173).

#c605ad hex color red value is 198, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c605ad hue: 0.85 , saturation: 0.95 and the lightness value of c605ad is 0.40.

The process color (four color CMYK) of #c605ad color hex is 0.00, 0.97, 0.13, 0.22. Web safe color of #c605ad is #cc0099. Color #c605ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000101 10101101
Octal 306 5 255
Decimal 198 5 173
Hex C6 5 AD

RGB Percentages of Color #c605ad

%52.66
%1.33
%46.01

CMYK Percentages of Color #c605ad

%0
%97
%13
%22

Triadic Colors of #c605ad

#c605ad #adc605 #05adc6

Analogous Colors of #c605ad

#c605ad #c6054c #7f05c6

Monochromatic Colors of #c605ad

#c605ad

Complementary Color

#c605ad #05c61e

#c605ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c605ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c605ad Color CSS Codes

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

#c605ad Text Font Color

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

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


#c605ad Background Color

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

This div background color is #c605ad


#c605ad Border Color

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

This div border color is #c605ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c605ad


Comments

No comments written yet.

Please login to write comment.