Color Hex Logo

#c727af Color Hex

#C727AF
(199,39,175)
0 Favorites   0 Comments

Color spaces of #c727af

RGB 19939175
HSL0.860.670.47
HSV309°80°78°
CMYK 0.000.800.12   0.22
XYZ32.016616.688342.0911
Yxy16.68830.35260.1838
Hunter Lab40.851368.4069-32.4935
CIE-Lab47.864972.6160-35.5816

#c727af color RGB value is (199,39,175).

#c727af hex color red value is 199, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c727af hue: 0.86 , saturation: 0.67 and the lightness value of c727af is 0.47.

The process color (four color CMYK) of #c727af color hex is 0.00, 0.80, 0.12, 0.22. Web safe color of #c727af is #cc3399. Color #c727af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100111 10101111
Octal 307 47 257
Decimal 199 39 175
Hex C7 27 AF

RGB Percentages of Color #c727af

%48.18
%9.44
%42.37

CMYK Percentages of Color #c727af

%0
%80
%12
%22

Triadic Colors of #c727af

#c727af #afc727 #27afc7

Analogous Colors of #c727af

#c727af #c7275f #8f27c7

Monochromatic Colors of #c727af

#c727af

Complementary Color

#c727af #27c73f

#c727af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c727af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c727af Color CSS Codes

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

#c727af Text Font Color

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

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


#c727af Background Color

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

This div background color is #c727af


#c727af Border Color

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

This div border color is #c727af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,39,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c727af


Comments

No comments written yet.

Please login to write comment.