Color Hex Logo

#d034fe Color Hex

#D034FE
(208,52,254)
0 Favorites   0 Comments

Color spaces of #d034fe

RGB 20852254
HSL0.800.990.60
HSV286°80°100°
CMYK 0.180.800.00   0.00
XYZ45.129823.021695.8309
Yxy23.02160.27520.1404
Hunter Lab47.980883.9270-84.8318
CIE-Lab55.094683.6300-69.0892

#d034fe color RGB value is (208,52,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 11111110
Octal 320 64 376
Decimal 208 52 254
Hex D0 34 FE

RGB Percentages of Color #d034fe

%40.47
%10.12
%49.42

CMYK Percentages of Color #d034fe

%18
%80
%0
%0

Triadic Colors of #d034fe

#d034fe #fed034 #34fed0

Analogous Colors of #d034fe

#d034fe #fe34c7 #6b34fe

Monochromatic Colors of #d034fe

#d034fe

Complementary Color

#d034fe #62fe34

#d034fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d034fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d034fe Color CSS Codes

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

#d034fe Text Font Color

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

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


#d034fe Background Color

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

This div background color is #d034fe


#d034fe Border Color

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

This div border color is #d034fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d034fe


Comments

No comments written yet.

Please login to write comment.