Color Hex Logo

#d51bae Color Hex

#D51BAE
(213,27,174)
0 Favorites   0 Comments

Color spaces of #d51bae

RGB 21327174
HSL0.870.780.47
HSV313°87°84°
CMYK 0.000.870.18   0.16
XYZ35.472517.986041.6464
Yxy17.98600.37300.1891
Hunter Lab42.409975.0837-28.5357
CIE-Lab49.479177.7502-32.2835

#d51bae color RGB value is (213,27,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011011 10101110
Octal 325 33 256
Decimal 213 27 174
Hex D5 1B AE

RGB Percentages of Color #d51bae

%51.45
%6.52
%42.03

CMYK Percentages of Color #d51bae

%0
%87
%18
%16

Triadic Colors of #d51bae

#d51bae #aed51b #1baed5

Analogous Colors of #d51bae

#d51bae #d51b51 #9f1bd5

Monochromatic Colors of #d51bae

#d51bae

Complementary Color

#d51bae #1bd542

#d51bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51bae Color CSS Codes

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

#d51bae Text Font Color

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

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


#d51bae Background Color

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

This div background color is #d51bae


#d51bae Border Color

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

This div border color is #d51bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51bae


Comments

No comments written yet.

Please login to write comment.