Color Hex Logo

#cd2abe Color Hex

#CD2ABE
(205,42,190)
0 Favorites   0 Comments

Color spaces of #cd2abe

RGB 20542190
HSL0.850.660.48
HSV306°80°80°
CMYK 0.000.800.07   0.20
XYZ35.299118.352850.3972
Yxy18.35280.33930.1764
Hunter Lab42.840272.1087-39.7607
CIE-Lab49.921275.2570-41.0504

#cd2abe color RGB value is (205,42,190).

#cd2abe hex color red value is 205, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cd2abe hue: 0.85 , saturation: 0.66 and the lightness value of cd2abe is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101010 10111110
Octal 315 52 276
Decimal 205 42 190
Hex CD 2A BE

RGB Percentages of Color #cd2abe

%46.91
%9.61
%43.48

CMYK Percentages of Color #cd2abe

%0
%80
%7
%20

Triadic Colors of #cd2abe

#cd2abe #becd2a #2abecd

Analogous Colors of #cd2abe

#cd2abe #cd2a6d #8b2acd

Monochromatic Colors of #cd2abe

#cd2abe

Complementary Color

#cd2abe #2acd39

#cd2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd2abe Color CSS Codes

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

#cd2abe Text Font Color

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

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


#cd2abe Background Color

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

This div background color is #cd2abe


#cd2abe Border Color

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

This div border color is #cd2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd2abe


Comments

No comments written yet.

Please login to write comment.