Color Hex Logo

#d026df Color Hex

#D026DF
(208,38,223)
0 Favorites   0 Comments

Color spaces of #d026df

RGB 20838223
HSL0.820.740.51
HSV295°83°87°
CMYK 0.070.830.00   0.13
XYZ40.024820.123871.5868
Yxy20.12380.30380.1528
Hunter Lab44.859680.7579-63.2132
CIE-Lab51.976981.7680-56.7070

#d026df color RGB value is (208,38,223).

#d026df hex color red value is 208, green value is 38 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d026df hue: 0.82 , saturation: 0.74 and the lightness value of d026df is 0.51.

The process color (four color CMYK) of #d026df color hex is 0.07, 0.83, 0.00, 0.13. Web safe color of #d026df is #cc33cc. Color #d026df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 11011111
Octal 320 46 337
Decimal 208 38 223
Hex D0 26 DF

RGB Percentages of Color #d026df

%44.35
%8.10
%47.55

CMYK Percentages of Color #d026df

%7
%83
%0
%13

Triadic Colors of #d026df

#d026df #dfd026 #26dfd0

Analogous Colors of #d026df

#d026df #df2692 #7426df

Monochromatic Colors of #d026df

#d026df

Complementary Color

#d026df #35df26

#d026df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026df Color CSS Codes

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

#d026df Text Font Color

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

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


#d026df Background Color

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

This div background color is #d026df


#d026df Border Color

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

This div border color is #d026df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026df


Comments

No comments written yet.

Please login to write comment.