Color Hex Logo

#d026eb Color Hex

#D026EB
(208,38,235)
0 Favorites   0 Comments

Color spaces of #d026eb

RGB 20838235
HSL0.810.830.54
HSV292°84°92°
CMYK 0.110.840.00   0.08
XYZ41.700920.794380.4131
Yxy20.79430.29180.1455
Hunter Lab45.600883.4330-72.6324
CIE-Lab52.723683.7093-62.2918

#d026eb color RGB value is (208,38,235).

#d026eb hex color red value is 208, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d026eb hue: 0.81 , saturation: 0.83 and the lightness value of d026eb is 0.54.

The process color (four color CMYK) of #d026eb color hex is 0.11, 0.84, 0.00, 0.08. Web safe color of #d026eb is #cc33ff. Color #d026eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 11101011
Octal 320 46 353
Decimal 208 38 235
Hex D0 26 EB

RGB Percentages of Color #d026eb

%43.24
%7.90
%48.86

CMYK Percentages of Color #d026eb

%11
%84
%0
%8

Triadic Colors of #d026eb

#d026eb #ebd026 #26ebd0

Analogous Colors of #d026eb

#d026eb #eb26a4 #6e26eb

Monochromatic Colors of #d026eb

#d026eb

Complementary Color

#d026eb #41eb26

#d026eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026eb Color CSS Codes

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

#d026eb Text Font Color

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

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


#d026eb Background Color

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

This div background color is #d026eb


#d026eb Border Color

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

This div border color is #d026eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026eb


Comments

No comments written yet.

Please login to write comment.