Color Hex Logo

#c727dc Color Hex

#C727DC
(199,39,220)
0 Favorites   0 Comments

Color spaces of #c727dc

RGB 19939220
HSL0.810.720.51
HSV293°82°86°
CMYK 0.100.820.00   0.14
XYZ37.197018.760569.3708
Yxy18.76050.29680.1497
Hunter Lab43.313477.4951-64.6396
CIE-Lab50.405879.4974-57.6025

#c727dc color RGB value is (199,39,220).

#c727dc hex color red value is 199, green value is 39 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c727dc hue: 0.81 , saturation: 0.72 and the lightness value of c727dc is 0.51.

The process color (four color CMYK) of #c727dc color hex is 0.10, 0.82, 0.00, 0.14. Web safe color of #c727dc is #cc33cc. Color #c727dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100111 11011100
Octal 307 47 334
Decimal 199 39 220
Hex C7 27 DC

RGB Percentages of Color #c727dc

%43.45
%8.52
%48.03

CMYK Percentages of Color #c727dc

%10
%82
%0
%14

Triadic Colors of #c727dc

#c727dc #dcc727 #27dcc7

Analogous Colors of #c727dc

#c727dc #dc2797 #6d27dc

Monochromatic Colors of #c727dc

#c727dc

Complementary Color

#c727dc #3cdc27

#c727dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c727dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c727dc Color CSS Codes

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

#c727dc Text Font Color

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

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


#c727dc Background Color

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

This div background color is #c727dc


#c727dc Border Color

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

This div border color is #c727dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c727dc


Comments

No comments written yet.

Please login to write comment.