Color Hex Logo

#d41eef Color Hex

#D41EEF
(212,30,239)
0 Favorites   0 Comments

Color spaces of #d41eef

RGB 21230239
HSL0.810.870.53
HSV292°87°94°
CMYK 0.110.870.00   0.06
XYZ43.195621.157683.4685
Yxy21.15760.29220.1431
Hunter Lab45.997487.1318-75.3916
CIE-Lab53.121586.4803-63.8670

#d41eef color RGB value is (212,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011110 11101111
Octal 324 36 357
Decimal 212 30 239
Hex D4 1E EF

RGB Percentages of Color #d41eef

%44.07
%6.24
%49.69

CMYK Percentages of Color #d41eef

%11
%87
%0
%6

Triadic Colors of #d41eef

#d41eef #efd41e #1eefd4

Analogous Colors of #d41eef

#d41eef #ef1ea2 #6c1eef

Monochromatic Colors of #d41eef

#d41eef

Complementary Color

#d41eef #39ef1e

#d41eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41eef Color CSS Codes

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

#d41eef Text Font Color

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

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


#d41eef Background Color

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

This div background color is #d41eef


#d41eef Border Color

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

This div border color is #d41eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41eef


Comments

No comments written yet.

Please login to write comment.