Color Hex Logo

#d532fe Color Hex

#D532FE
(213,50,254)
0 Favorites   0 Comments

Color spaces of #d532fe

RGB 21350254
HSL0.800.990.60
HSV288°80°100°
CMYK 0.160.800.00   0.00
XYZ46.470623.583195.8687
Yxy23.58310.28010.1421
Hunter Lab48.562485.8268-83.0526
CIE-Lab55.667984.9840-68.1258

#d532fe color RGB value is (213,50,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 11111110
Octal 325 62 376
Decimal 213 50 254
Hex D5 32 FE

RGB Percentages of Color #d532fe

%41.20
%9.67
%49.13

CMYK Percentages of Color #d532fe

%16
%80
%0
%0

Triadic Colors of #d532fe

#d532fe #fed532 #32fed5

Analogous Colors of #d532fe

#d532fe #fe32c1 #6f32fe

Monochromatic Colors of #d532fe

#d532fe

Complementary Color

#d532fe #5bfe32

#d532fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d532fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d532fe Color CSS Codes

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

#d532fe Text Font Color

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

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


#d532fe Background Color

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

This div background color is #d532fe


#d532fe Border Color

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

This div border color is #d532fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d532fe


Comments

No comments written yet.

Please login to write comment.