Color Hex Logo

#d42fef Color Hex

#D42FEF
(212,47,239)
0 Favorites   0 Comments

Color spaces of #d42fef

RGB 21247239
HSL0.810.860.56
HSV292°80°94°
CMYK 0.110.800.00   0.06
XYZ43.747922.262183.6526
Yxy22.26210.29230.1487
Hunter Lab47.182782.9357-72.0903
CIE-Lab54.304083.0150-61.9627

#d42fef color RGB value is (212,47,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 11101111
Octal 324 57 357
Decimal 212 47 239
Hex D4 2F EF

RGB Percentages of Color #d42fef

%42.57
%9.44
%47.99

CMYK Percentages of Color #d42fef

%11
%80
%0
%6

Triadic Colors of #d42fef

#d42fef #efd42f #2fefd4

Analogous Colors of #d42fef

#d42fef #ef2faa #742fef

Monochromatic Colors of #d42fef

#d42fef

Complementary Color

#d42fef #4aef2f

#d42fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fef Color CSS Codes

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

#d42fef Text Font Color

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

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


#d42fef Background Color

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

This div background color is #d42fef


#d42fef Border Color

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

This div border color is #d42fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fef


Comments

No comments written yet.

Please login to write comment.