Color Hex Logo

#d31bbd Color Hex

#D31BBD
(211,27,189)
0 Favorites   0 Comments

Color spaces of #d31bbd

RGB 21127189
HSL0.850.770.47
HSV307°87°83°
CMYK 0.000.870.10   0.17
XYZ36.441218.306949.7570
Yxy18.30690.34870.1752
Hunter Lab42.786677.1515-38.9984
CIE-Lab49.866279.3291-40.4874

#d31bbd color RGB value is (211,27,189).

#d31bbd hex color red value is 211, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d31bbd hue: 0.85 , saturation: 0.77 and the lightness value of d31bbd is 0.47.

The process color (four color CMYK) of #d31bbd color hex is 0.00, 0.87, 0.10, 0.17. Web safe color of #d31bbd is #cc33cc. Color #d31bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011011 10111101
Octal 323 33 275
Decimal 211 27 189
Hex D3 1B BD

RGB Percentages of Color #d31bbd

%49.41
%6.32
%44.26

CMYK Percentages of Color #d31bbd

%0
%87
%10
%17

Triadic Colors of #d31bbd

#d31bbd #bdd31b #1bbdd3

Analogous Colors of #d31bbd

#d31bbd #d31b61 #8d1bd3

Monochromatic Colors of #d31bbd

#d31bbd

Complementary Color

#d31bbd #1bd331

#d31bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31bbd Color CSS Codes

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

#d31bbd Text Font Color

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

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


#d31bbd Background Color

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

This div background color is #d31bbd


#d31bbd Border Color

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

This div border color is #d31bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,27,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d31bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d31bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #d31bbd;
  box-shadow:         1px 1px 3px 2px #d31bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,27,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31bbd


Comments

No comments written yet.

Please login to write comment.