Color Hex Logo

#cd1aed Color Hex

#CD1AED
(205,26,237)
0 Favorites   0 Comments

Color spaces of #cd1aed

RGB 20526237
HSL0.810.850.52
HSV291°89°93°
CMYK 0.140.890.00   0.07
XYZ40.832319.832381.7967
Yxy19.83230.28660.1392
Hunter Lab44.533585.7313-77.7273
CIE-Lab51.647185.6932-65.1788

#cd1aed color RGB value is (205,26,237).

#cd1aed hex color red value is 205, green value is 26 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cd1aed hue: 0.81 , saturation: 0.85 and the lightness value of cd1aed is 0.52.

The process color (four color CMYK) of #cd1aed color hex is 0.14, 0.89, 0.00, 0.07. Web safe color of #cd1aed is #cc33ff. Color #cd1aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011010 11101101
Octal 315 32 355
Decimal 205 26 237
Hex CD 1A ED

RGB Percentages of Color #cd1aed

%43.80
%5.56
%50.64

CMYK Percentages of Color #cd1aed

%14
%89
%0
%7

Triadic Colors of #cd1aed

#cd1aed #edcd1a #1aedcd

Analogous Colors of #cd1aed

#cd1aed #ed1aa4 #641aed

Monochromatic Colors of #cd1aed

#cd1aed

Complementary Color

#cd1aed #3aed1a

#cd1aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd1aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd1aed Color CSS Codes

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

#cd1aed Text Font Color

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

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


#cd1aed Background Color

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

This div background color is #cd1aed


#cd1aed Border Color

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

This div border color is #cd1aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd1aed


Comments

No comments written yet.

Please login to write comment.