Color Hex Logo

#d32fef Color Hex

#D32FEF
(211,47,239)
0 Favorites   0 Comments

Color spaces of #d32fef

RGB 21147239
HSL0.810.860.56
HSV291°80°94°
CMYK 0.120.800.00   0.06
XYZ43.460522.113983.6391
Yxy22.11390.29130.1482
Hunter Lab47.025482.6737-72.5350
CIE-Lab54.147682.8417-62.2224

#d32fef color RGB value is (211,47,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101111 11101111
Octal 323 57 357
Decimal 211 47 239
Hex D3 2F EF

RGB Percentages of Color #d32fef

%42.45
%9.46
%48.09

CMYK Percentages of Color #d32fef

%12
%80
%0
%6

Triadic Colors of #d32fef

#d32fef #efd32f #2fefd3

Analogous Colors of #d32fef

#d32fef #ef2fab #732fef

Monochromatic Colors of #d32fef

#d32fef

Complementary Color

#d32fef #4bef2f

#d32fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32fef Color CSS Codes

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

#d32fef Text Font Color

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

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


#d32fef Background Color

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

This div background color is #d32fef


#d32fef Border Color

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

This div border color is #d32fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32fef


Comments

No comments written yet.

Please login to write comment.