Color Hex Logo

#d026fd Color Hex

#D026FD
(208,38,253)
0 Favorites   0 Comments

Color spaces of #d026fd

RGB 20838253
HSL0.800.980.57
HSV287°85°99°
CMYK 0.180.850.00   0.01
XYZ44.435221.888094.8113
Yxy21.88800.27580.1358
Hunter Lab46.784687.6631-87.4048
CIE-Lab53.908086.7332-70.4529

#d026fd color RGB value is (208,38,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 11111101
Octal 320 46 375
Decimal 208 38 253
Hex D0 26 FD

RGB Percentages of Color #d026fd

%41.68
%7.62
%50.70

CMYK Percentages of Color #d026fd

%18
%85
%0
%1

Triadic Colors of #d026fd

#d026fd #fdd026 #26fdd0

Analogous Colors of #d026fd

#d026fd #fd26bf #6526fd

Monochromatic Colors of #d026fd

#d026fd

Complementary Color

#d026fd #53fd26

#d026fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026fd Color CSS Codes

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

#d026fd Text Font Color

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

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


#d026fd Background Color

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

This div background color is #d026fd


#d026fd Border Color

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

This div border color is #d026fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026fd

Related Colors


Comments

No comments written yet.

Please login to write comment.