Color Hex Logo

#c214cc Color Hex

#C214CC
(194,20,204)
0 Favorites   0 Comments

Color spaces of #c214cc

RGB 19420204
HSL0.820.820.44
HSV297°90°80°
CMYK 0.050.900.00   0.20
XYZ33.397416.329358.5184
Yxy16.32930.30850.1509
Hunter Lab40.409576.8088-57.5732
CIE-Lab47.403679.5353-53.2910

#c214cc color RGB value is (194,20,204).

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

The process color (four color CMYK) of #c214cc color hex is 0.05, 0.90, 0.00, 0.20. Web safe color of #c214cc is #cc00cc. Color #c214cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010100 11001100
Octal 302 24 314
Decimal 194 20 204
Hex C2 14 CC

RGB Percentages of Color #c214cc

%46.41
%4.78
%48.80

CMYK Percentages of Color #c214cc

%5
%90
%0
%20

Triadic Colors of #c214cc

#c214cc #ccc214 #14ccc2

Analogous Colors of #c214cc

#c214cc #cc147a #6614cc

Monochromatic Colors of #c214cc

#c214cc

Complementary Color

#c214cc #1ecc14

#c214cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c214cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c214cc Color CSS Codes

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

#c214cc Text Font Color

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

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


#c214cc Background Color

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

This div background color is #c214cc


#c214cc Border Color

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

This div border color is #c214cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c214cc


Comments

No comments written yet.

Please login to write comment.