Color Hex Logo

#d024fe Color Hex

#D024FE
(208,36,254)
0 Favorites   0 Comments

Color spaces of #d024fe

RGB 20836254
HSL0.800.990.57
HSV287°86°100°
CMYK 0.180.860.00   0.00
XYZ44.532721.827495.6319
Yxy21.82740.27490.1347
Hunter Lab46.719888.3842-88.6583
CIE-Lab53.843487.2951-71.1136

#d024fe color RGB value is (208,36,254).

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

The process color (four color CMYK) of #d024fe color hex is 0.18, 0.86, 0.00, 0.00. Web safe color of #d024fe is #cc33ff. Color #d024fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100100 11111110
Octal 320 44 376
Decimal 208 36 254
Hex D0 24 FE

RGB Percentages of Color #d024fe

%41.77
%7.23
%51.00

CMYK Percentages of Color #d024fe

%18
%86
%0
%0

Triadic Colors of #d024fe

#d024fe #fed024 #24fed0

Analogous Colors of #d024fe

#d024fe #fe24bf #6324fe

Monochromatic Colors of #d024fe

#d024fe

Complementary Color

#d024fe #52fe24

#d024fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d024fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d024fe Color CSS Codes

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

#d024fe Text Font Color

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

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


#d024fe Background Color

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

This div background color is #d024fe


#d024fe Border Color

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

This div border color is #d024fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d024fe


Comments

No comments written yet.

Please login to write comment.