Color Hex Logo

#cd8abe Color Hex

#CD8ABE
(205,138,190)
0 Favorites   0 Comments

Color spaces of #cd8abe

RGB 205138190
HSL0.870.400.67
HSV313°33°80°
CMYK 0.000.330.07   0.20
XYZ43.559634.873853.1507
Yxy34.87380.33100.2650
Hunter Lab59.054028.3211-12.0252
CIE-Lab65.650333.5539-16.6991

#cd8abe color RGB value is (205,138,190).

#cd8abe hex color red value is 205, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cd8abe hue: 0.87 , saturation: 0.40 and the lightness value of cd8abe is 0.67.

The process color (four color CMYK) of #cd8abe color hex is 0.00, 0.33, 0.07, 0.20. Web safe color of #cd8abe is #cc99cc. Color #cd8abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001010 10111110
Octal 315 212 276
Decimal 205 138 190
Hex CD 8A BE

RGB Percentages of Color #cd8abe

%38.46
%25.89
%35.65

CMYK Percentages of Color #cd8abe

%0
%33
%7
%20

Triadic Colors of #cd8abe

#cd8abe #becd8a #8abecd

Analogous Colors of #cd8abe

#cd8abe #cd8a9d #bb8acd

Monochromatic Colors of #cd8abe

#cd8abe

Complementary Color

#cd8abe #8acd99

#cd8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8abe Color CSS Codes

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

#cd8abe Text Font Color

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

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


#cd8abe Background Color

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

This div background color is #cd8abe


#cd8abe Border Color

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

This div border color is #cd8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8abe


Comments

No comments written yet.

Please login to write comment.