Color Hex Logo

#d026fa Color Hex

#D026FA
(208,38,250)
0 Favorites   0 Comments

Color spaces of #d026fa

RGB 20838250
HSL0.800.950.56
HSV288°85°98°
CMYK 0.170.850.00   0.02
XYZ43.960921.698392.3137
Yxy21.69830.27830.1374
Hunter Lab46.581486.9406-84.8922
CIE-Lab53.705486.2206-69.1101

#d026fa color RGB value is (208,38,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 11111010
Octal 320 46 372
Decimal 208 38 250
Hex D0 26 FA

RGB Percentages of Color #d026fa

%41.94
%7.66
%50.40

CMYK Percentages of Color #d026fa

%17
%85
%0
%2

Triadic Colors of #d026fa

#d026fa #fad026 #26fad0

Analogous Colors of #d026fa

#d026fa #fa26ba #6626fa

Monochromatic Colors of #d026fa

#d026fa

Complementary Color

#d026fa #50fa26

#d026fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026fa Color CSS Codes

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

#d026fa Text Font Color

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

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


#d026fa Background Color

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

This div background color is #d026fa


#d026fa Border Color

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

This div border color is #d026fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026fa

#d026fa Color Palettes


Comments

No comments written yet.

Please login to write comment.