Color Hex Logo

#d23aed Color Hex

#D23AED
(210,58,237)
0 Favorites   0 Comments

Color spaces of #d23aed

RGB 21058237
HSL0.810.830.58
HSV291°76°93°
CMYK 0.110.760.00   0.07
XYZ43.377522.842282.2435
Yxy22.84220.29220.1539
Hunter Lab47.793578.3683-68.5713
CIE-Lab54.909479.3128-59.8845

#d23aed color RGB value is (210,58,237).

#d23aed hex color red value is 210, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d23aed hue: 0.81 , saturation: 0.83 and the lightness value of d23aed is 0.58.

The process color (four color CMYK) of #d23aed color hex is 0.11, 0.76, 0.00, 0.07. Web safe color of #d23aed is #cc33ff. Color #d23aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111010 11101101
Octal 322 72 355
Decimal 210 58 237
Hex D2 3A ED

RGB Percentages of Color #d23aed

%41.58
%11.49
%46.93

CMYK Percentages of Color #d23aed

%11
%76
%0
%7

Triadic Colors of #d23aed

#d23aed #edd23a #3aedd2

Analogous Colors of #d23aed

#d23aed #ed3aaf #793aed

Monochromatic Colors of #d23aed

#d23aed

Complementary Color

#d23aed #55ed3a

#d23aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23aed Color CSS Codes

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

#d23aed Text Font Color

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

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


#d23aed Background Color

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

This div background color is #d23aed


#d23aed Border Color

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

This div border color is #d23aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23aed


Comments

No comments written yet.

Please login to write comment.