Color Hex Logo

#c927af Color Hex

#C927AF
(201,39,175)
0 Favorites   0 Comments

Color spaces of #c927af

RGB 20139175
HSL0.860.680.47
HSV310°81°79°
CMYK 0.000.810.13   0.21
XYZ32.550816.963742.1161
Yxy16.96370.35520.1851
Hunter Lab41.187068.9943-31.7965
CIE-Lab48.214373.0342-35.0081

#c927af color RGB value is (201,39,175).

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

The process color (four color CMYK) of #c927af color hex is 0.00, 0.81, 0.13, 0.21. Web safe color of #c927af is #cc3399. Color #c927af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 10101111
Octal 311 47 257
Decimal 201 39 175
Hex C9 27 AF

RGB Percentages of Color #c927af

%48.43
%9.40
%42.17

CMYK Percentages of Color #c927af

%0
%81
%13
%21

Triadic Colors of #c927af

#c927af #afc927 #27afc9

Analogous Colors of #c927af

#c927af #c9275e #9227c9

Monochromatic Colors of #c927af

#c927af

Complementary Color

#c927af #27c941

#c927af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c927af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c927af Color CSS Codes

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

#c927af Text Font Color

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

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


#c927af Background Color

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

This div background color is #c927af


#c927af Border Color

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

This div border color is #c927af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c927af


Comments

No comments written yet.

Please login to write comment.