Color Hex Logo

#d553bf Color Hex

#D553BF
(213,83,191)
0 Favorites   0 Comments

Color spaces of #d553bf

RGB 21383191
HSL0.860.610.58
HSV310°61°84°
CMYK 0.000.610.10   0.16
XYZ39.937824.094251.8359
Yxy24.09420.34470.2079
Hunter Lab49.085859.3330-28.2517
CIE-Lab56.182063.3708-31.7144

#d553bf color RGB value is (213,83,191).

#d553bf hex color red value is 213, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d553bf hue: 0.86 , saturation: 0.61 and the lightness value of d553bf is 0.58.

The process color (four color CMYK) of #d553bf color hex is 0.00, 0.61, 0.10, 0.16. Web safe color of #d553bf is #cc66cc. Color #d553bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 10111111
Octal 325 123 277
Decimal 213 83 191
Hex D5 53 BF

RGB Percentages of Color #d553bf

%43.74
%17.04
%39.22

CMYK Percentages of Color #d553bf

%0
%61
%10
%16

Triadic Colors of #d553bf

#d553bf #bfd553 #53bfd5

Analogous Colors of #d553bf

#d553bf #d5537e #aa53d5

Monochromatic Colors of #d553bf

#d553bf

Complementary Color

#d553bf #53d569

#d553bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d553bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d553bf Color CSS Codes

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

#d553bf Text Font Color

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

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


#d553bf Background Color

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

This div background color is #d553bf


#d553bf Border Color

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

This div border color is #d553bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d553bf


Comments

No comments written yet.

Please login to write comment.