Color Hex Logo

#d43fef Color Hex

#D43FEF
(212,63,239)
0 Favorites   0 Comments

Color spaces of #d43fef

RGB 21263239
HSL0.810.850.59
HSV291°74°94°
CMYK 0.110.740.00   0.06
XYZ44.508923.784183.9063
Yxy23.78410.29240.1563
Hunter Lab48.768977.5621-67.8694
CIE-Lab55.871078.4863-59.4460

#d43fef color RGB value is (212,63,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111111 11101111
Octal 324 77 357
Decimal 212 63 239
Hex D4 3F EF

RGB Percentages of Color #d43fef

%41.25
%12.26
%46.50

CMYK Percentages of Color #d43fef

%11
%74
%0
%6

Triadic Colors of #d43fef

#d43fef #efd43f #3fefd4

Analogous Colors of #d43fef

#d43fef #ef3fb2 #7c3fef

Monochromatic Colors of #d43fef

#d43fef

Complementary Color

#d43fef #5aef3f

#d43fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43fef Color CSS Codes

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

#d43fef Text Font Color

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

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


#d43fef Background Color

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

This div background color is #d43fef


#d43fef Border Color

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

This div border color is #d43fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43fef


Comments

No comments written yet.

Please login to write comment.