Color Hex Logo

#d54bae Color Hex

#D54BAE
(213,75,174)
0 Favorites   0 Comments

Color spaces of #d54bae

RGB 21375174
HSL0.880.620.56
HSV317°65°84°
CMYK 0.000.650.18   0.16
XYZ37.596622.234342.3545
Yxy22.23430.36790.2176
Hunter Lab47.153359.8048-20.2488
CIE-Lab54.274764.1261-24.8334

#d54bae color RGB value is (213,75,174).

#d54bae hex color red value is 213, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d54bae hue: 0.88 , saturation: 0.62 and the lightness value of d54bae is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001011 10101110
Octal 325 113 256
Decimal 213 75 174
Hex D5 4B AE

RGB Percentages of Color #d54bae

%46.10
%16.23
%37.66

CMYK Percentages of Color #d54bae

%0
%65
%18
%16

Triadic Colors of #d54bae

#d54bae #aed54b #4baed5

Analogous Colors of #d54bae

#d54bae #d54b69 #b74bd5

Monochromatic Colors of #d54bae

#d54bae

Complementary Color

#d54bae #4bd572

#d54bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54bae Color CSS Codes

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

#d54bae Text Font Color

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

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


#d54bae Background Color

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

This div background color is #d54bae


#d54bae Border Color

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

This div border color is #d54bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54bae


Comments

No comments written yet.

Please login to write comment.