Color Hex Logo

#c272cc Color Hex

#C272CC
(194,114,204)
0 Favorites   0 Comments

Color spaces of #c272cc

RGB 194114204
HSL0.810.470.62
HSV293°44°80°
CMYK 0.050.440.00   0.20
XYZ39.164527.863660.4408
Yxy27.86360.30720.2186
Hunter Lab52.786040.0624-30.9378
CIE-Lab59.765345.4926-33.7392

#c272cc color RGB value is (194,114,204).

#c272cc hex color red value is 194, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c272cc hue: 0.81 , saturation: 0.47 and the lightness value of c272cc is 0.62.

The process color (four color CMYK) of #c272cc color hex is 0.05, 0.44, 0.00, 0.20. Web safe color of #c272cc is #cc66cc. Color #c272cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 11001100
Octal 302 162 314
Decimal 194 114 204
Hex C2 72 CC

RGB Percentages of Color #c272cc

%37.89
%22.27
%39.84

CMYK Percentages of Color #c272cc

%5
%44
%0
%20

Triadic Colors of #c272cc

#c272cc #ccc272 #72ccc2

Analogous Colors of #c272cc

#c272cc #cc72a9 #9572cc

Monochromatic Colors of #c272cc

#c272cc

Complementary Color

#c272cc #7ccc72

#c272cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272cc Color CSS Codes

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

#c272cc Text Font Color

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

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


#c272cc Background Color

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

This div background color is #c272cc


#c272cc Border Color

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

This div border color is #c272cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,114,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 #c272cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272cc


Comments

No comments written yet.

Please login to write comment.