Color Hex Logo

#c227cc Color Hex

#C227CC
(194,39,204)
0 Favorites   0 Comments

Color spaces of #c227cc

RGB 19439204
HSL0.820.680.48
HSV296°81°80°
CMYK 0.050.810.00   0.20
XYZ33.872717.280058.6768
Yxy17.28000.30840.1573
Hunter Lab41.569272.7047-54.5920
CIE-Lab48.610975.9972-51.3560

#c227cc color RGB value is (194,39,204).

#c227cc hex color red value is 194, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c227cc hue: 0.82 , saturation: 0.68 and the lightness value of c227cc is 0.48.

The process color (four color CMYK) of #c227cc color hex is 0.05, 0.81, 0.00, 0.20. Web safe color of #c227cc is #cc33cc. Color #c227cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100111 11001100
Octal 302 47 314
Decimal 194 39 204
Hex C2 27 CC

RGB Percentages of Color #c227cc

%44.39
%8.92
%46.68

CMYK Percentages of Color #c227cc

%5
%81
%0
%20

Triadic Colors of #c227cc

#c227cc #ccc227 #27ccc2

Analogous Colors of #c227cc

#c227cc #cc2784 #7027cc

Monochromatic Colors of #c227cc

#c227cc

Complementary Color

#c227cc #31cc27

#c227cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c227cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c227cc Color CSS Codes

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

#c227cc Text Font Color

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

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


#c227cc Background Color

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

This div background color is #c227cc


#c227cc Border Color

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

This div border color is #c227cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c227cc


Comments

No comments written yet.

Please login to write comment.