Color Hex Logo

#d413ee Color Hex

#D413EE
(212,19,238)
0 Favorites   0 Comments

Color spaces of #d413ee

RGB 21219238
HSL0.810.870.50
HSV293°92°93°
CMYK 0.110.920.00   0.07
XYZ42.816920.635882.6153
Yxy20.63580.29310.1413
Hunter Lab45.426688.7486-76.0293
CIE-Lab52.548687.8233-64.2290

#d413ee color RGB value is (212,19,238).

#d413ee hex color red value is 212, green value is 19 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d413ee hue: 0.81 , saturation: 0.87 and the lightness value of d413ee is 0.50.

The process color (four color CMYK) of #d413ee color hex is 0.11, 0.92, 0.00, 0.07. Web safe color of #d413ee is #cc00ff. Color #d413ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010011 11101110
Octal 324 23 356
Decimal 212 19 238
Hex D4 13 EE

RGB Percentages of Color #d413ee

%45.20
%4.05
%50.75

CMYK Percentages of Color #d413ee

%11
%92
%0
%7

Triadic Colors of #d413ee

#d413ee #eed413 #13eed4

Analogous Colors of #d413ee

#d413ee #ee139b #6713ee

Monochromatic Colors of #d413ee

#d413ee

Complementary Color

#d413ee #2dee13

#d413ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d413ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d413ee Color CSS Codes

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

#d413ee Text Font Color

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

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


#d413ee Background Color

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

This div background color is #d413ee


#d413ee Border Color

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

This div border color is #d413ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d413ee


Comments

No comments written yet.

Please login to write comment.