Color Hex Logo

#d573bc Color Hex

#D573BC
(213,115,188)
0 Favorites   0 Comments

Color spaces of #d573bc

RGB 213115188
HSL0.880.540.64
HSV315°46°84°
CMYK 0.000.460.12   0.16
XYZ42.648430.038451.1271
Yxy30.03840.34450.2426
Hunter Lab54.807342.9873-16.9437
CIE-Lab61.687347.9286-21.5074

#d573bc color RGB value is (213,115,188).

#d573bc hex color red value is 213, green value is 115 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d573bc hue: 0.88 , saturation: 0.54 and the lightness value of d573bc is 0.64.

The process color (four color CMYK) of #d573bc color hex is 0.00, 0.46, 0.12, 0.16. Web safe color of #d573bc is #cc66cc. Color #d573bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110011 10111100
Octal 325 163 274
Decimal 213 115 188
Hex D5 73 BC

RGB Percentages of Color #d573bc

%41.28
%22.29
%36.43

CMYK Percentages of Color #d573bc

%0
%46
%12
%16

Triadic Colors of #d573bc

#d573bc #bcd573 #73bcd5

Analogous Colors of #d573bc

#d573bc #d5738b #bd73d5

Monochromatic Colors of #d573bc

#d573bc

Complementary Color

#d573bc #73d58c

#d573bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d573bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d573bc Color CSS Codes

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

#d573bc Text Font Color

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

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


#d573bc Background Color

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

This div background color is #d573bc


#d573bc Border Color

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

This div border color is #d573bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d573bc


Comments

No comments written yet.

Please login to write comment.