Color Hex Logo

#c272ce Color Hex

#C272CE
(194,114,206)
0 Favorites   0 Comments

Color spaces of #c272ce

RGB 194114206
HSL0.810.480.63
HSV292°45°81°
CMYK 0.060.450.00   0.19
XYZ39.406027.960261.7125
Yxy27.96020.30530.2166
Hunter Lab52.877440.4887-32.1824
CIE-Lab59.852845.8788-34.7332

#c272ce color RGB value is (194,114,206).

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

The process color (four color CMYK) of #c272ce color hex is 0.06, 0.45, 0.00, 0.19. Web safe color of #c272ce is #cc66cc. Color #c272ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 11001110
Octal 302 162 316
Decimal 194 114 206
Hex C2 72 CE

RGB Percentages of Color #c272ce

%37.74
%22.18
%40.08

CMYK Percentages of Color #c272ce

%6
%45
%0
%19

Triadic Colors of #c272ce

#c272ce #cec272 #72cec2

Analogous Colors of #c272ce

#c272ce #ce72ac #9472ce

Monochromatic Colors of #c272ce

#c272ce

Complementary Color

#c272ce #7ece72

#c272ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272ce Color CSS Codes

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

#c272ce Text Font Color

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

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


#c272ce Background Color

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

This div background color is #c272ce


#c272ce Border Color

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

This div border color is #c272ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272ce


Comments

No comments written yet.

Please login to write comment.