Color Hex Logo

#d31bae Color Hex

#D31BAE
(211,27,174)
0 Favorites   0 Comments

Color spaces of #d31bae

RGB 21127174
HSL0.870.770.47
HSV312°87°83°
CMYK 0.000.870.18   0.17
XYZ34.895917.688741.6194
Yxy17.68870.37040.1878
Hunter Lab42.057974.5019-29.2312
CIE-Lab49.116377.3528-32.8776

#d31bae color RGB value is (211,27,174).

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

The process color (four color CMYK) of #d31bae color hex is 0.00, 0.87, 0.18, 0.17. Web safe color of #d31bae is #cc3399. Color #d31bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011011 10101110
Octal 323 33 256
Decimal 211 27 174
Hex D3 1B AE

RGB Percentages of Color #d31bae

%51.21
%6.55
%42.23

CMYK Percentages of Color #d31bae

%0
%87
%18
%17

Triadic Colors of #d31bae

#d31bae #aed31b #1baed3

Analogous Colors of #d31bae

#d31bae #d31b52 #9c1bd3

Monochromatic Colors of #d31bae

#d31bae

Complementary Color

#d31bae #1bd340

#d31bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31bae Color CSS Codes

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

#d31bae Text Font Color

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

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


#d31bae Background Color

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

This div background color is #d31bae


#d31bae Border Color

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

This div border color is #d31bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31bae


Comments

No comments written yet.

Please login to write comment.