Color Hex Logo

#d402ee Color Hex

#D402EE
(212,2,238)
0 Favorites   0 Comments

Color spaces of #d402ee

RGB 2122238
HSL0.810.980.47
HSV293°99°93°
CMYK 0.110.990.00   0.07
XYZ42.605720.213582.5449
Yxy20.21350.29310.1391
Hunter Lab44.959490.4761-77.3840
CIE-Lab52.077789.2215-64.9890

#d402ee color RGB value is (212,2,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000010 11101110
Octal 324 2 356
Decimal 212 2 238
Hex D4 2 EE

RGB Percentages of Color #d402ee

%46.90
%0.44
%52.65

CMYK Percentages of Color #d402ee

%11
%99
%0
%7

Triadic Colors of #d402ee

#d402ee #eed402 #02eed4

Analogous Colors of #d402ee

#d402ee #ee0292 #5e02ee

Monochromatic Colors of #d402ee

#d402ee

Complementary Color

#d402ee #1cee02

#d402ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d402ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d402ee Color CSS Codes

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

#d402ee Text Font Color

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

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


#d402ee Background Color

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

This div background color is #d402ee


#d402ee Border Color

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

This div border color is #d402ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d402ee


Comments

No comments written yet.

Please login to write comment.