Color Hex Logo

#c927bc Color Hex

#C927BC
(201,39,188)
0 Favorites   0 Comments

Color spaces of #c927bc

RGB 20139188
HSL0.850.680.47
HSV305°81°79°
CMYK 0.000.810.06   0.21
XYZ33.890017.499449.1685
Yxy17.49940.33700.1740
Hunter Lab41.832371.4035-40.4052
CIE-Lab48.883274.8839-41.5725

#c927bc color RGB value is (201,39,188).

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

The process color (four color CMYK) of #c927bc color hex is 0.00, 0.81, 0.06, 0.21. Web safe color of #c927bc is #cc33cc. Color #c927bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 10111100
Octal 311 47 274
Decimal 201 39 188
Hex C9 27 BC

RGB Percentages of Color #c927bc

%46.96
%9.11
%43.93

CMYK Percentages of Color #c927bc

%0
%81
%6
%21

Triadic Colors of #c927bc

#c927bc #bcc927 #27bcc9

Analogous Colors of #c927bc

#c927bc #c9276b #8527c9

Monochromatic Colors of #c927bc

#c927bc

Complementary Color

#c927bc #27c934

#c927bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c927bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c927bc Color CSS Codes

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

#c927bc Text Font Color

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

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


#c927bc Background Color

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

This div background color is #c927bc


#c927bc Border Color

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

This div border color is #c927bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c927bc


Comments

No comments written yet.

Please login to write comment.