Color Hex Logo

#d431ee Color Hex

#D431EE
(212,49,238)
0 Favorites   0 Comments

Color spaces of #d431ee

RGB 21249238
HSL0.810.850.56
HSV292°79°93°
CMYK 0.110.790.00   0.07
XYZ43.682322.366782.9038
Yxy22.36670.29330.1502
Hunter Lab47.293482.1069-70.8279
CIE-Lab54.413982.3480-61.2250

#d431ee color RGB value is (212,49,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110001 11101110
Octal 324 61 356
Decimal 212 49 238
Hex D4 31 EE

RGB Percentages of Color #d431ee

%42.48
%9.82
%47.70

CMYK Percentages of Color #d431ee

%11
%79
%0
%7

Triadic Colors of #d431ee

#d431ee #eed431 #31eed4

Analogous Colors of #d431ee

#d431ee #ee31aa #7631ee

Monochromatic Colors of #d431ee

#d431ee

Complementary Color

#d431ee #4bee31

#d431ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d431ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d431ee Color CSS Codes

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

#d431ee Text Font Color

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

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


#d431ee Background Color

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

This div background color is #d431ee


#d431ee Border Color

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

This div border color is #d431ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d431ee


Comments

No comments written yet.

Please login to write comment.