Color Hex Logo

#d13eef Color Hex

#D13EEF
(209,62,239)
0 Favorites   0 Comments

Color spaces of #d13eef

RGB 20962239
HSL0.810.850.59
HSV290°74°94°
CMYK 0.130.740.00   0.06
XYZ43.597123.232683.8479
Yxy23.23260.28930.1542
Hunter Lab48.200277.1029-69.3993
CIE-Lab55.311178.2298-60.3687

#d13eef color RGB value is (209,62,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 11101111
Octal 321 76 357
Decimal 209 62 239
Hex D1 3E EF

RGB Percentages of Color #d13eef

%40.98
%12.16
%46.86

CMYK Percentages of Color #d13eef

%13
%74
%0
%6

Triadic Colors of #d13eef

#d13eef #efd13e #3eefd1

Analogous Colors of #d13eef

#d13eef #ef3eb5 #793eef

Monochromatic Colors of #d13eef

#d13eef

Complementary Color

#d13eef #5cef3e

#d13eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13eef Color CSS Codes

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

#d13eef Text Font Color

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

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


#d13eef Background Color

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

This div background color is #d13eef


#d13eef Border Color

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

This div border color is #d13eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13eef


Comments

No comments written yet.

Please login to write comment.