Color Hex Logo

#d431ef Color Hex

#D431EF
(212,49,239)
0 Favorites   0 Comments

Color spaces of #d431ef

RGB 21249239
HSL0.810.860.56
HSV291°79°94°
CMYK 0.110.790.00   0.06
XYZ43.829722.425783.6799
Yxy22.42570.29230.1496
Hunter Lab47.355882.3364-71.6192
CIE-Lab54.475882.5149-61.6864

#d431ef color RGB value is (212,49,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110001 11101111
Octal 324 61 357
Decimal 212 49 239
Hex D4 31 EF

RGB Percentages of Color #d431ef

%42.40
%9.80
%47.80

CMYK Percentages of Color #d431ef

%11
%79
%0
%6

Triadic Colors of #d431ef

#d431ef #efd431 #31efd4

Analogous Colors of #d431ef

#d431ef #ef31ab #7531ef

Monochromatic Colors of #d431ef

#d431ef

Complementary Color

#d431ef #4cef31

#d431ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d431ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d431ef Color CSS Codes

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

#d431ef Text Font Color

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

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


#d431ef Background Color

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

This div background color is #d431ef


#d431ef Border Color

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

This div border color is #d431ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d431ef


Comments

No comments written yet.

Please login to write comment.