Color Hex Logo

#c943cc Color Hex

#C943CC
(201,67,204)
0 Favorites   0 Comments

Color spaces of #c943cc

RGB 20167204
HSL0.830.570.53
HSV299°67°80°
CMYK 0.010.670.00   0.20
XYZ36.993620.791559.1901
Yxy20.79150.31630.1777
Hunter Lab45.597765.0218-45.0456
CIE-Lab52.720568.8523-44.7437

#c943cc color RGB value is (201,67,204).

#c943cc hex color red value is 201, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c943cc hue: 0.83 , saturation: 0.57 and the lightness value of c943cc is 0.53.

The process color (four color CMYK) of #c943cc color hex is 0.01, 0.67, 0.00, 0.20. Web safe color of #c943cc is #cc33cc. Color #c943cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000011 11001100
Octal 311 103 314
Decimal 201 67 204
Hex C9 43 CC

RGB Percentages of Color #c943cc

%42.58
%14.19
%43.22

CMYK Percentages of Color #c943cc

%1
%67
%0
%20

Triadic Colors of #c943cc

#c943cc #ccc943 #43ccc9

Analogous Colors of #c943cc

#c943cc #cc438b #8543cc

Monochromatic Colors of #c943cc

#c943cc

Complementary Color

#c943cc #46cc43

#c943cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c943cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c943cc Color CSS Codes

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

#c943cc Text Font Color

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

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


#c943cc Background Color

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

This div background color is #c943cc


#c943cc Border Color

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

This div border color is #c943cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c943cc


Comments

No comments written yet.

Please login to write comment.