Color Hex Logo

#c071ad Color Hex

#C071AD
(192,113,173)
0 Favorites   0 Comments

Color spaces of #c071ad

RGB 192113173
HSL0.870.390.60
HSV314°41°75°
CMYK 0.000.410.10   0.25
XYZ35.186226.033942.7057
Yxy26.03390.33860.2505
Hunter Lab51.023433.8042-13.9083
CIE-Lab58.069239.7529-18.6936

#c071ad color RGB value is (192,113,173).

#c071ad hex color red value is 192, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c071ad hue: 0.87 , saturation: 0.39 and the lightness value of c071ad is 0.60.

The process color (four color CMYK) of #c071ad color hex is 0.00, 0.41, 0.10, 0.25. Web safe color of #c071ad is #cc6699. Color #c071ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 10101101
Octal 300 161 255
Decimal 192 113 173
Hex C0 71 AD

RGB Percentages of Color #c071ad

%40.17
%23.64
%36.19

CMYK Percentages of Color #c071ad

%0
%41
%10
%25

Triadic Colors of #c071ad

#c071ad #adc071 #71adc0

Analogous Colors of #c071ad

#c071ad #c07186 #ac71c0

Monochromatic Colors of #c071ad

#c071ad

Complementary Color

#c071ad #71c084

#c071ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071ad Color CSS Codes

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

#c071ad Text Font Color

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

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


#c071ad Background Color

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

This div background color is #c071ad


#c071ad Border Color

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

This div border color is #c071ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071ad


Comments

No comments written yet.

Please login to write comment.