Color Hex Logo

#c945cc Color Hex

#C945CC
(201,69,204)
0 Favorites   0 Comments

Color spaces of #c945cc

RGB 20169204
HSL0.830.570.54
HSV299°66°80°
CMYK 0.010.660.00   0.20
XYZ37.114621.033459.2304
Yxy21.03340.31620.1792
Hunter Lab45.862264.1947-44.4687
CIE-Lab52.986068.1055-44.3230

#c945cc color RGB value is (201,69,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 11001100
Octal 311 105 314
Decimal 201 69 204
Hex C9 45 CC

RGB Percentages of Color #c945cc

%42.41
%14.56
%43.04

CMYK Percentages of Color #c945cc

%1
%66
%0
%20

Triadic Colors of #c945cc

#c945cc #ccc945 #45ccc9

Analogous Colors of #c945cc

#c945cc #cc458c #8645cc

Monochromatic Colors of #c945cc

#c945cc

Complementary Color

#c945cc #48cc45

#c945cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c945cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c945cc Color CSS Codes

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

#c945cc Text Font Color

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

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


#c945cc Background Color

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

This div background color is #c945cc


#c945cc Border Color

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

This div border color is #c945cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c945cc


Comments

No comments written yet.

Please login to write comment.