Color Hex Logo

#cd43cc Color Hex

#CD43CC
(205,67,204)
0 Favorites   0 Comments

Color spaces of #cd43cc

RGB 20567204
HSL0.830.580.53
HSV300°67°80°
CMYK 0.000.670.00   0.20
XYZ38.083121.353159.2411
Yxy21.35310.32090.1799
Hunter Lab46.209466.2428-43.6640
CIE-Lab53.333869.7582-43.7332

#cd43cc color RGB value is (205,67,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000011 11001100
Octal 315 103 314
Decimal 205 67 204
Hex CD 43 CC

RGB Percentages of Color #cd43cc

%43.07
%14.08
%42.86

CMYK Percentages of Color #cd43cc

%0
%67
%0
%20

Triadic Colors of #cd43cc

#cd43cc #cccd43 #43cccd

Analogous Colors of #cd43cc

#cd43cc #cd4387 #8943cd

Monochromatic Colors of #cd43cc

#cd43cc

Complementary Color

#cd43cc #43cd44

#cd43cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd43cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd43cc Color CSS Codes

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

#cd43cc Text Font Color

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

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


#cd43cc Background Color

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

This div background color is #cd43cc


#cd43cc Border Color

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

This div border color is #cd43cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd43cc


Comments

No comments written yet.

Please login to write comment.