Color Hex Logo

#d54bba Color Hex

#D54BBA
(213,75,186)
0 Favorites   0 Comments

Color spaces of #d54bba

RGB 21375186
HSL0.870.620.56
HSV312°65°84°
CMYK 0.000.650.13   0.16
XYZ38.819622.723548.7944
Yxy22.72350.35180.2059
Hunter Lab47.669261.9412-27.3211
CIE-Lab54.786465.8581-31.0045

#d54bba color RGB value is (213,75,186).

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

The process color (four color CMYK) of #d54bba color hex is 0.00, 0.65, 0.13, 0.16. Web safe color of #d54bba is #cc33cc. Color #d54bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001011 10111010
Octal 325 113 272
Decimal 213 75 186
Hex D5 4B BA

RGB Percentages of Color #d54bba

%44.94
%15.82
%39.24

CMYK Percentages of Color #d54bba

%0
%65
%13
%16

Triadic Colors of #d54bba

#d54bba #bad54b #4bbad5

Analogous Colors of #d54bba

#d54bba #d54b75 #ab4bd5

Monochromatic Colors of #d54bba

#d54bba

Complementary Color

#d54bba #4bd566

#d54bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54bba Color CSS Codes

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

#d54bba Text Font Color

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

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


#d54bba Background Color

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

This div background color is #d54bba


#d54bba Border Color

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

This div border color is #d54bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54bba


Comments

No comments written yet.

Please login to write comment.