Color Hex Logo

#c927b7 Color Hex

#C927B7
(201,39,183)
0 Favorites   0 Comments

Color spaces of #c927b7

RGB 20139183
HSL0.850.680.47
HSV307°81°79°
CMYK 0.000.810.09   0.21
XYZ33.360217.287446.3783
Yxy17.28740.34380.1782
Hunter Lab41.578170.4577-37.0303
CIE-Lab48.620174.1606-39.0669

#c927b7 color RGB value is (201,39,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 10110111
Octal 311 47 267
Decimal 201 39 183
Hex C9 27 B7

RGB Percentages of Color #c927b7

%47.52
%9.22
%43.26

CMYK Percentages of Color #c927b7

%0
%81
%9
%21

Triadic Colors of #c927b7

#c927b7 #b7c927 #27b7c9

Analogous Colors of #c927b7

#c927b7 #c92766 #8a27c9

Monochromatic Colors of #c927b7

#c927b7

Complementary Color

#c927b7 #27c939

#c927b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c927b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c927b7 Color CSS Codes

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

#c927b7 Text Font Color

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

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


#c927b7 Background Color

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

This div background color is #c927b7


#c927b7 Border Color

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

This div border color is #c927b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c927b7


Comments

No comments written yet.

Please login to write comment.