Color Hex Logo

#d54dba Color Hex

#D54DBA
(213,77,186)
0 Favorites   0 Comments

Color spaces of #d54dba

RGB 21377186
HSL0.870.620.57
HSV312°64°84°
CMYK 0.000.640.13   0.16
XYZ38.957422.999148.8404
Yxy22.99910.35160.2076
Hunter Lab47.957461.0762-26.8115
CIE-Lab55.071465.0679-30.5612

#d54dba color RGB value is (213,77,186).

#d54dba hex color red value is 213, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d54dba hue: 0.87 , saturation: 0.62 and the lightness value of d54dba is 0.57.

The process color (four color CMYK) of #d54dba color hex is 0.00, 0.64, 0.13, 0.16. Web safe color of #d54dba is #cc66cc. Color #d54dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 10111010
Octal 325 115 272
Decimal 213 77 186
Hex D5 4D BA

RGB Percentages of Color #d54dba

%44.75
%16.18
%39.08

CMYK Percentages of Color #d54dba

%0
%64
%13
%16

Triadic Colors of #d54dba

#d54dba #bad54d #4dbad5

Analogous Colors of #d54dba

#d54dba #d54d76 #ac4dd5

Monochromatic Colors of #d54dba

#d54dba

Complementary Color

#d54dba #4dd568

#d54dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54dba Color CSS Codes

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

#d54dba Text Font Color

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

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


#d54dba Background Color

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

This div background color is #d54dba


#d54dba Border Color

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

This div border color is #d54dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,77,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54dba


Comments

No comments written yet.

Please login to write comment.