Color Hex Logo

#d026fc Color Hex

#D026FC
(208,38,252)
0 Favorites   0 Comments

Color spaces of #d026fc

RGB 20838252
HSL0.800.970.57
HSV288°85°99°
CMYK 0.170.850.00   0.01
XYZ44.276221.824493.9744
Yxy21.82440.27660.1363
Hunter Lab46.716687.4214-86.5653
CIE-Lab53.840286.5619-70.0061

#d026fc color RGB value is (208,38,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 11111100
Octal 320 46 374
Decimal 208 38 252
Hex D0 26 FC

RGB Percentages of Color #d026fc

%41.77
%7.63
%50.60

CMYK Percentages of Color #d026fc

%17
%85
%0
%1

Triadic Colors of #d026fc

#d026fc #fcd026 #26fcd0

Analogous Colors of #d026fc

#d026fc #fc26bd #6526fc

Monochromatic Colors of #d026fc

#d026fc

Complementary Color

#d026fc #52fc26

#d026fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026fc Color CSS Codes

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

#d026fc Text Font Color

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

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


#d026fc Background Color

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

This div background color is #d026fc


#d026fc Border Color

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

This div border color is #d026fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026fc


Comments

No comments written yet.

Please login to write comment.