Color Hex Logo

#d42fee Color Hex

#D42FEE
(212,47,238)
0 Favorites   0 Comments

Color spaces of #d42fee

RGB 21247238
HSL0.810.850.56
HSV292°80°93°
CMYK 0.110.800.00   0.07
XYZ43.600522.203182.8765
Yxy22.20310.29330.1493
Hunter Lab47.120282.7066-71.2971
CIE-Lab54.241882.8488-61.5017

#d42fee color RGB value is (212,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 11101110
Octal 324 57 356
Decimal 212 47 238
Hex D4 2F EE

RGB Percentages of Color #d42fee

%42.66
%9.46
%47.89

CMYK Percentages of Color #d42fee

%11
%80
%0
%7

Triadic Colors of #d42fee

#d42fee #eed42f #2feed4

Analogous Colors of #d42fee

#d42fee #ee2fa9 #752fee

Monochromatic Colors of #d42fee

#d42fee

Complementary Color

#d42fee #49ee2f

#d42fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fee Color CSS Codes

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

#d42fee Text Font Color

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

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


#d42fee Background Color

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

This div background color is #d42fee


#d42fee Border Color

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

This div border color is #d42fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fee


Comments

No comments written yet.

Please login to write comment.