Color Hex Logo

#d031bc Color Hex

#D031BC
(208,49,188)
0 Favorites   0 Comments

Color spaces of #d031bc

RGB 20849188
HSL0.850.630.50
HSV308°76°82°
CMYK 0.000.760.10   0.18
XYZ36.187819.237449.3828
Yxy19.23740.34530.1835
Hunter Lab43.860570.5186-36.0527
CIE-Lab50.963873.7544-38.2079

#d031bc color RGB value is (208,49,188).

#d031bc hex color red value is 208, green value is 49 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d031bc hue: 0.85 , saturation: 0.63 and the lightness value of d031bc is 0.50.

The process color (four color CMYK) of #d031bc color hex is 0.00, 0.76, 0.10, 0.18. Web safe color of #d031bc is #cc33cc. Color #d031bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 10111100
Octal 320 61 274
Decimal 208 49 188
Hex D0 31 BC

RGB Percentages of Color #d031bc

%46.74
%11.01
%42.25

CMYK Percentages of Color #d031bc

%0
%76
%10
%18

Triadic Colors of #d031bc

#d031bc #bcd031 #31bcd0

Analogous Colors of #d031bc

#d031bc #d0316d #9531d0

Monochromatic Colors of #d031bc

#d031bc

Complementary Color

#d031bc #31d045

#d031bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031bc Color CSS Codes

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

#d031bc Text Font Color

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

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


#d031bc Background Color

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

This div background color is #d031bc


#d031bc Border Color

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

This div border color is #d031bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031bc


Comments

No comments written yet.

Please login to write comment.