Color Hex Logo

#d320fe Color Hex

#D320FE
(211,32,254)
0 Favorites   0 Comments

Color spaces of #d320fe

RGB 21132254
HSL0.800.990.56
HSV288°87°100°
CMYK 0.170.870.00   0.00
XYZ45.269922.037795.6336
Yxy22.03770.27780.1352
Hunter Lab46.944389.9806-87.9228
CIE-Lab54.067088.4626-70.7293

#d320fe color RGB value is (211,32,254).

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

The process color (four color CMYK) of #d320fe color hex is 0.17, 0.87, 0.00, 0.00. Web safe color of #d320fe is #cc33ff. Color #d320fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 11111110
Octal 323 40 376
Decimal 211 32 254
Hex D3 20 FE

RGB Percentages of Color #d320fe

%42.45
%6.44
%51.11

CMYK Percentages of Color #d320fe

%17
%87
%0
%0

Triadic Colors of #d320fe

#d320fe #fed320 #20fed3

Analogous Colors of #d320fe

#d320fe #fe20ba #6420fe

Monochromatic Colors of #d320fe

#d320fe

Complementary Color

#d320fe #4bfe20

#d320fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d320fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d320fe Color CSS Codes

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

#d320fe Text Font Color

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

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


#d320fe Background Color

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

This div background color is #d320fe


#d320fe Border Color

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

This div border color is #d320fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d320fe

Related Colors


Comments

No comments written yet.

Please login to write comment.