Color Hex Logo

#d23eed Color Hex

#D23EED
(210,62,237)
0 Favorites   0 Comments

Color spaces of #d23eed

RGB 21062237
HSL0.810.830.59
HSV291°74°93°
CMYK 0.110.740.00   0.07
XYZ43.587023.261382.3134
Yxy23.26130.29220.1559
Hunter Lab48.230076.9138-67.4284
CIE-Lab55.340578.0735-59.1929

#d23eed color RGB value is (210,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111110 11101101
Octal 322 76 355
Decimal 210 62 237
Hex D2 3E ED

RGB Percentages of Color #d23eed

%41.26
%12.18
%46.56

CMYK Percentages of Color #d23eed

%11
%74
%0
%7

Triadic Colors of #d23eed

#d23eed #edd23e #3eedd2

Analogous Colors of #d23eed

#d23eed #ed3eb1 #7b3eed

Monochromatic Colors of #d23eed

#d23eed

Complementary Color

#d23eed #59ed3e

#d23eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23eed Color CSS Codes

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

#d23eed Text Font Color

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

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


#d23eed Background Color

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

This div background color is #d23eed


#d23eed Border Color

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

This div border color is #d23eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23eed


Comments

No comments written yet.

Please login to write comment.