Color Hex Logo

#cd1edd Color Hex

#CD1EDD
(205,30,221)
0 Favorites   0 Comments

Color spaces of #cd1edd

RGB 20530221
HSL0.820.760.49
HSV295°86°87°
CMYK 0.070.860.00   0.13
XYZ38.692319.128170.0594
Yxy19.12810.30260.1496
Hunter Lab43.735781.3788-64.3606
CIE-Lab50.836782.4764-57.4270

#cd1edd color RGB value is (205,30,221).

#cd1edd hex color red value is 205, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd1edd hue: 0.82 , saturation: 0.76 and the lightness value of cd1edd is 0.49.

The process color (four color CMYK) of #cd1edd color hex is 0.07, 0.86, 0.00, 0.13. Web safe color of #cd1edd is #cc33cc. Color #cd1edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011110 11011101
Octal 315 36 335
Decimal 205 30 221
Hex CD 1E DD

RGB Percentages of Color #cd1edd

%44.96
%6.58
%48.46

CMYK Percentages of Color #cd1edd

%7
%86
%0
%13

Triadic Colors of #cd1edd

#cd1edd #ddcd1e #1eddcd

Analogous Colors of #cd1edd

#cd1edd #dd1e8e #6e1edd

Monochromatic Colors of #cd1edd

#cd1edd

Complementary Color

#cd1edd #2edd1e

#cd1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd1edd Color CSS Codes

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

#cd1edd Text Font Color

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

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


#cd1edd Background Color

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

This div background color is #cd1edd


#cd1edd Border Color

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

This div border color is #cd1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd1edd


Comments

No comments written yet.

Please login to write comment.