Color Hex Logo

#cc43cd Color Hex

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

Color spaces of #cc43cd

RGB 20467205
HSL0.830.580.53
HSV300°67°80°
CMYK 0.000.670.00   0.20
XYZ37.928421.259559.8620
Yxy21.25950.31860.1786
Hunter Lab46.108066.1448-44.7005
CIE-Lab53.232369.6957-44.4766

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

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

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

Base Numbers

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

RGB Percentages of Color #cc43cd

%42.86
%14.08
%43.07

CMYK Percentages of Color #cc43cd

%0
%67
%0
%20

Triadic Colors of #cc43cd

#cc43cd #cdcc43 #43cdcc

Analogous Colors of #cc43cd

#cc43cd #cd4389 #8743cd

Monochromatic Colors of #cc43cd

#cc43cd

Complementary Color

#cc43cd #44cd43

#cc43cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc43cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc43cd Color CSS Codes

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

#cc43cd Text Font Color

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

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


#cc43cd Background Color

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

This div background color is #cc43cd


#cc43cd Border Color

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

This div border color is #cc43cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,67,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc43cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc43cd


Comments

No comments written yet.

Please login to write comment.