Color Hex Logo

#d23aee Color Hex

#D23AEE
(210,58,238)
0 Favorites   0 Comments

Color spaces of #d23aee

RGB 21058238
HSL0.810.840.58
HSV291°76°93°
CMYK 0.120.760.00   0.07
XYZ43.524022.900883.0152
Yxy22.90080.29120.1532
Hunter Lab47.854878.6002-69.3539
CIE-Lab54.970079.4845-60.3480

#d23aee color RGB value is (210,58,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111010 11101110
Octal 322 72 356
Decimal 210 58 238
Hex D2 3A EE

RGB Percentages of Color #d23aee

%41.50
%11.46
%47.04

CMYK Percentages of Color #d23aee

%12
%76
%0
%7

Triadic Colors of #d23aee

#d23aee #eed23a #3aeed2

Analogous Colors of #d23aee

#d23aee #ee3ab0 #783aee

Monochromatic Colors of #d23aee

#d23aee

Complementary Color

#d23aee #56ee3a

#d23aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23aee Color CSS Codes

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

#d23aee Text Font Color

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

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


#d23aee Background Color

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

This div background color is #d23aee


#d23aee Border Color

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

This div border color is #d23aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,58,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23aee


Comments

No comments written yet.

Please login to write comment.