Color Hex Logo

#d832fe Color Hex

#D832FE
(216,50,254)
0 Favorites   0 Comments

Color spaces of #d832fe

RGB 21650254
HSL0.800.990.60
HSV289°80°100°
CMYK 0.150.800.00   0.00
XYZ47.348924.035995.9098
Yxy24.03590.28300.1437
Hunter Lab49.026486.5961-81.6698
CIE-Lab56.123785.4856-67.3674

#d832fe color RGB value is (216,50,254).

#d832fe hex color red value is 216, green value is 50 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d832fe hue: 0.80 , saturation: 0.99 and the lightness value of d832fe is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110010 11111110
Octal 330 62 376
Decimal 216 50 254
Hex D8 32 FE

RGB Percentages of Color #d832fe

%41.54
%9.62
%48.85

CMYK Percentages of Color #d832fe

%15
%80
%0
%0

Triadic Colors of #d832fe

#d832fe #fed832 #32fed8

Analogous Colors of #d832fe

#d832fe #fe32be #7232fe

Monochromatic Colors of #d832fe

#d832fe

Complementary Color

#d832fe #58fe32

#d832fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d832fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d832fe Color CSS Codes

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

#d832fe Text Font Color

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

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


#d832fe Background Color

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

This div background color is #d832fe


#d832fe Border Color

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

This div border color is #d832fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,50,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d832fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d832fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d832fe;
  box-shadow:         1px 1px 3px 2px #d832fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,50,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d832fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d832fe


Comments

No comments written yet.

Please login to write comment.