Color Hex Logo

#cd12aa Color Hex

#CD12AA
(205,18,170)
0 Favorites   0 Comments

Color spaces of #cd12aa

RGB 20518170
HSL0.860.840.44
HSV311°91°80°
CMYK 0.000.910.17   0.20
XYZ32.648816.314039.4583
Yxy16.31400.36920.1845
Hunter Lab40.390673.6028-29.6481
CIE-Lab47.383876.9646-33.3077

#cd12aa color RGB value is (205,18,170).

#cd12aa hex color red value is 205, green value is 18 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cd12aa hue: 0.86 , saturation: 0.84 and the lightness value of cd12aa is 0.44.

The process color (four color CMYK) of #cd12aa color hex is 0.00, 0.91, 0.17, 0.20. Web safe color of #cd12aa is #cc0099. Color #cd12aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 10101010
Octal 315 22 252
Decimal 205 18 170
Hex CD 12 AA

RGB Percentages of Color #cd12aa

%52.16
%4.58
%43.26

CMYK Percentages of Color #cd12aa

%0
%91
%17
%20

Triadic Colors of #cd12aa

#cd12aa #aacd12 #12aacd

Analogous Colors of #cd12aa

#cd12aa #cd124d #9312cd

Monochromatic Colors of #cd12aa

#cd12aa

Complementary Color

#cd12aa #12cd35

#cd12aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd12aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd12aa Color CSS Codes

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

#cd12aa Text Font Color

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

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


#cd12aa Background Color

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

This div background color is #cd12aa


#cd12aa Border Color

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

This div border color is #cd12aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd12aa


Comments

No comments written yet.

Please login to write comment.