Color Hex Logo

#d034fa Color Hex

#D034FA
(208,52,250)
0 Favorites   0 Comments

Color spaces of #d034fa

RGB 20852250
HSL0.800.950.59
HSV287°79°98°
CMYK 0.170.790.00   0.02
XYZ44.495722.768092.4920
Yxy22.76800.27850.1425
Hunter Lab47.715882.9511-81.5262
CIE-Lab54.832682.9239-67.2886

#d034fa color RGB value is (208,52,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 11111010
Octal 320 64 372
Decimal 208 52 250
Hex D0 34 FA

RGB Percentages of Color #d034fa

%40.78
%10.20
%49.02

CMYK Percentages of Color #d034fa

%17
%79
%0
%2

Triadic Colors of #d034fa

#d034fa #fad034 #34fad0

Analogous Colors of #d034fa

#d034fa #fa34c1 #6d34fa

Monochromatic Colors of #d034fa

#d034fa

Complementary Color

#d034fa #5efa34

#d034fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d034fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d034fa Color CSS Codes

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

#d034fa Text Font Color

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

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


#d034fa Background Color

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

This div background color is #d034fa


#d034fa Border Color

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

This div border color is #d034fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,52,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d034fa

Related Colors


Comments

No comments written yet.

Please login to write comment.