Color Hex Logo

#c705ad Color Hex

#C705AD
(199,5,173)
0 Favorites   0 Comments

Color spaces of #c705ad

RGB 1995173
HSL0.860.950.40
HSV308°97°78°
CMYK 0.000.970.13   0.22
XYZ31.150315.267840.8403
Yxy15.26780.35700.1750
Hunter Lab39.074073.9228-34.6183
CIE-Lab45.998877.4928-37.3412

#c705ad color RGB value is (199,5,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 10101101
Octal 307 5 255
Decimal 199 5 173
Hex C7 5 AD

RGB Percentages of Color #c705ad

%52.79
%1.33
%45.89

CMYK Percentages of Color #c705ad

%0
%97
%13
%22

Triadic Colors of #c705ad

#c705ad #adc705 #05adc7

Analogous Colors of #c705ad

#c705ad #c7054c #8005c7

Monochromatic Colors of #c705ad

#c705ad

Complementary Color

#c705ad #05c71f

#c705ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c705ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c705ad Color CSS Codes

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

#c705ad Text Font Color

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

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


#c705ad Background Color

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

This div background color is #c705ad


#c705ad Border Color

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

This div border color is #c705ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c705ad


Comments

No comments written yet.

Please login to write comment.