Color Hex Logo

#d54bda Color Hex

#D54BDA
(213,75,218)
0 Favorites   0 Comments

Color spaces of #d54bda

RGB 21375218
HSL0.830.660.57
HSV298°66°85°
CMYK 0.020.660.00   0.15
XYZ42.611524.240268.7626
Yxy24.24020.31420.1787
Hunter Lab49.234368.3287-48.3427
CIE-Lab56.327570.9210-46.8883

#d54bda color RGB value is (213,75,218).

#d54bda hex color red value is 213, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d54bda hue: 0.83 , saturation: 0.66 and the lightness value of d54bda is 0.57.

The process color (four color CMYK) of #d54bda color hex is 0.02, 0.66, 0.00, 0.15. Web safe color of #d54bda is #cc33cc. Color #d54bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001011 11011010
Octal 325 113 332
Decimal 213 75 218
Hex D5 4B DA

RGB Percentages of Color #d54bda

%42.09
%14.82
%43.08

CMYK Percentages of Color #d54bda

%2
%66
%0
%15

Triadic Colors of #d54bda

#d54bda #dad54b #4bdad5

Analogous Colors of #d54bda

#d54bda #da4b98 #8e4bda

Monochromatic Colors of #d54bda

#d54bda

Complementary Color

#d54bda #50da4b

#d54bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54bda Color CSS Codes

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

#d54bda Text Font Color

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

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


#d54bda Background Color

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

This div background color is #d54bda


#d54bda Border Color

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

This div border color is #d54bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54bda


Comments

No comments written yet.

Please login to write comment.