Color Hex Logo

#d23eef Color Hex

#D23EEF
(210,62,239)
0 Favorites   0 Comments

Color spaces of #d23eef

RGB 21062239
HSL0.810.850.59
HSV290°74°94°
CMYK 0.120.740.00   0.06
XYZ43.881023.378983.8611
Yxy23.37890.29040.1547
Hunter Lab48.351777.3799-68.9862
CIE-Lab55.460578.4212-60.1208

#d23eef color RGB value is (210,62,239).

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

The process color (four color CMYK) of #d23eef color hex is 0.12, 0.74, 0.00, 0.06. Web safe color of #d23eef is #cc33ff. Color #d23eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111110 11101111
Octal 322 76 357
Decimal 210 62 239
Hex D2 3E EF

RGB Percentages of Color #d23eef

%41.10
%12.13
%46.77

CMYK Percentages of Color #d23eef

%12
%74
%0
%6

Triadic Colors of #d23eef

#d23eef #efd23e #3eefd2

Analogous Colors of #d23eef

#d23eef #ef3eb4 #7a3eef

Monochromatic Colors of #d23eef

#d23eef

Complementary Color

#d23eef #5bef3e

#d23eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23eef Color CSS Codes

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

#d23eef Text Font Color

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

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


#d23eef Background Color

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

This div background color is #d23eef


#d23eef Border Color

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

This div border color is #d23eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23eef


Comments

No comments written yet.

Please login to write comment.