Color Hex Logo

#c472ce Color Hex

#C472CE
(196,114,206)
0 Favorites   0 Comments

Color spaces of #c472ce

RGB 196114206
HSL0.820.480.63
HSV293°45°81°
CMYK 0.050.450.00   0.19
XYZ39.922828.226661.7366
Yxy28.22660.30740.2173
Hunter Lab53.128741.1560-31.7060
CIE-Lab60.092946.4665-34.3407

#c472ce color RGB value is (196,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 11001110
Octal 304 162 316
Decimal 196 114 206
Hex C4 72 CE

RGB Percentages of Color #c472ce

%37.98
%22.09
%39.92

CMYK Percentages of Color #c472ce

%5
%45
%0
%19

Triadic Colors of #c472ce

#c472ce #cec472 #72cec4

Analogous Colors of #c472ce

#c472ce #ce72aa #9672ce

Monochromatic Colors of #c472ce

#c472ce

Complementary Color

#c472ce #7cce72

#c472ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c472ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c472ce Color CSS Codes

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

#c472ce Text Font Color

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

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


#c472ce Background Color

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

This div background color is #c472ce


#c472ce Border Color

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

This div border color is #c472ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c472ce


Comments

No comments written yet.

Please login to write comment.