Color Hex Logo

#cd7dda Color Hex

#CD7DDA
(205,125,218)
0 Favorites   0 Comments

Color spaces of #cd7dda

RGB 205125218
HSL0.810.560.67
HSV292°43°85°
CMYK 0.060.430.00   0.15
XYZ45.165332.708370.2625
Yxy32.70830.30490.2208
Hunter Lab57.191240.8814-32.8072
CIE-Lab63.924045.6744-35.0295

#cd7dda color RGB value is (205,125,218).

#cd7dda hex color red value is 205, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd7dda hue: 0.81 , saturation: 0.56 and the lightness value of cd7dda is 0.67.

The process color (four color CMYK) of #cd7dda color hex is 0.06, 0.43, 0.00, 0.15. Web safe color of #cd7dda is #cc66cc. Color #cd7dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111101 11011010
Octal 315 175 332
Decimal 205 125 218
Hex CD 7D DA

RGB Percentages of Color #cd7dda

%37.41
%22.81
%39.78

CMYK Percentages of Color #cd7dda

%6
%43
%0
%15

Triadic Colors of #cd7dda

#cd7dda #dacd7d #7ddacd

Analogous Colors of #cd7dda

#cd7dda #da7db9 #9f7dda

Monochromatic Colors of #cd7dda

#cd7dda

Complementary Color

#cd7dda #8ada7d

#cd7dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7dda Color CSS Codes

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

#cd7dda Text Font Color

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

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


#cd7dda Background Color

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

This div background color is #cd7dda


#cd7dda Border Color

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

This div border color is #cd7dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7dda


Comments

No comments written yet.

Please login to write comment.