Color Hex Logo

#c727ea Color Hex

#C727EA
(199,39,234)
0 Favorites   0 Comments

Color spaces of #c727ea

RGB 19939234
HSL0.800.820.54
HSV289°83°92°
CMYK 0.150.830.00   0.08
XYZ39.130019.533779.5499
Yxy19.53370.28310.1413
Hunter Lab44.196980.6913-75.7780
CIE-Lab51.305981.8465-64.0870

#c727ea color RGB value is (199,39,234).

#c727ea hex color red value is 199, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c727ea hue: 0.80 , saturation: 0.82 and the lightness value of c727ea is 0.54.

The process color (four color CMYK) of #c727ea color hex is 0.15, 0.83, 0.00, 0.08. Web safe color of #c727ea is #cc33ff. Color #c727ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100111 11101010
Octal 307 47 352
Decimal 199 39 234
Hex C7 27 EA

RGB Percentages of Color #c727ea

%42.16
%8.26
%49.58

CMYK Percentages of Color #c727ea

%15
%83
%0
%8

Triadic Colors of #c727ea

#c727ea #eac727 #27eac7

Analogous Colors of #c727ea

#c727ea #ea27ac #6627ea

Monochromatic Colors of #c727ea

#c727ea

Complementary Color

#c727ea #4aea27

#c727ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c727ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c727ea Color CSS Codes

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

#c727ea Text Font Color

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

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


#c727ea Background Color

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

This div background color is #c727ea


#c727ea Border Color

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

This div border color is #c727ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c727ea


Comments

No comments written yet.

Please login to write comment.