Color Hex Logo

#d031df Color Hex

#D031DF
(208,49,223)
0 Favorites   0 Comments

Color spaces of #d031df

RGB 20849223
HSL0.820.730.53
HSV295°78°87°
CMYK 0.070.780.00   0.13
XYZ40.430020.934271.7218
Yxy20.93420.30380.1573
Hunter Lab45.753977.6605-60.9126
CIE-Lab52.877479.1469-55.2637

#d031df color RGB value is (208,49,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 11011111
Octal 320 61 337
Decimal 208 49 223
Hex D0 31 DF

RGB Percentages of Color #d031df

%43.33
%10.21
%46.46

CMYK Percentages of Color #d031df

%7
%78
%0
%13

Triadic Colors of #d031df

#d031df #dfd031 #31dfd0

Analogous Colors of #d031df

#d031df #df3197 #7931df

Monochromatic Colors of #d031df

#d031df

Complementary Color

#d031df #40df31

#d031df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031df Color CSS Codes

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

#d031df Text Font Color

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

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


#d031df Background Color

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

This div background color is #d031df


#d031df Border Color

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

This div border color is #d031df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031df


Comments

No comments written yet.

Please login to write comment.