Color Hex Logo

#d031fb Color Hex

#D031FB
(208,49,251)
0 Favorites   0 Comments

Color spaces of #d031fb

RGB 20849251
HSL0.800.960.59
HSV287°80°98°
CMYK 0.170.800.00   0.02
XYZ44.523322.571693.2769
Yxy22.57160.27760.1407
Hunter Lab47.509684.1384-83.1490
CIE-Lab54.628383.8846-68.1750

#d031fb color RGB value is (208,49,251).

#d031fb hex color red value is 208, green value is 49 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d031fb hue: 0.80 , saturation: 0.96 and the lightness value of d031fb is 0.59.

The process color (four color CMYK) of #d031fb color hex is 0.17, 0.80, 0.00, 0.02. Web safe color of #d031fb is #cc33ff. Color #d031fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 11111011
Octal 320 61 373
Decimal 208 49 251
Hex D0 31 FB

RGB Percentages of Color #d031fb

%40.94
%9.65
%49.41

CMYK Percentages of Color #d031fb

%17
%80
%0
%2

Triadic Colors of #d031fb

#d031fb #fbd031 #31fbd0

Analogous Colors of #d031fb

#d031fb #fb31c1 #6b31fb

Monochromatic Colors of #d031fb

#d031fb

Complementary Color

#d031fb #5cfb31

#d031fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031fb Color CSS Codes

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

#d031fb Text Font Color

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

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


#d031fb Background Color

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

This div background color is #d031fb


#d031fb Border Color

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

This div border color is #d031fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031fb

Related Colors


Comments

No comments written yet.

Please login to write comment.