Color Hex Logo

#cd00cd Color Hex Magenta3

#CD00CD
(205,0,205)
10 Favorites   0 Comments

Color spaces of #cd00cd Magenta3

RGB 2050205
HSL0.831.000.40
HSV300°100°80°
CMYK 0.001.000.00   0.20
XYZ36.196317.386959.2059
Yxy17.38690.32090.1542
Hunter Lab41.697681.9791-54.9968
CIE-Lab48.743983.3514-51.6145

#cd00cd color RGB value is (205,0,205). #cd00cd color name is Magenta3 color.

#cd00cd hex color red value is 205, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cd00cd hue: 0.83 , saturation: 1.00 and the lightness value of cd00cd is 0.40.

The process color (four color CMYK) of #cd00cd color hex is 0.00, 1.00, 0.00, 0.20. Web safe color of #cd00cd is #cc00cc. Color #cd00cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 11001101
Octal 315 0 315
Decimal 205 0 205
Hex CD 0 CD

RGB Percentages of Color #cd00cd

%50.00
%0.00
%50.00

CMYK Percentages of Color #cd00cd

%0
%100
%0
%20

Triadic Colors of #cd00cd

#cd00cd #cdcd00 #00cdcd

Analogous Colors of #cd00cd

#cd00cd #cd0067 #6700cd

Monochromatic Colors of #cd00cd

#cd00cd

Complementary Color

#cd00cd #00cd00

#cd00cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd00cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd00cd Color CSS Codes

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

#cd00cd Text Font Color

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

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


#cd00cd Background Color

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

This div background color is #cd00cd


#cd00cd Border Color

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

This div border color is #cd00cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd00cd


Comments

No comments written yet.

Please login to write comment.