Color Hex Logo

#d562bf Color Hex

#D562BF
(213,98,191)
0 Favorites   0 Comments

Color spaces of #d562bf

RGB 21398191
HSL0.870.580.61
HSV311°54°84°
CMYK 0.000.540.10   0.16
XYZ41.212226.643152.2607
Yxy26.64310.34310.2218
Hunter Lab51.617052.1890-23.8976
CIE-Lab58.642556.7069-27.8976

#d562bf color RGB value is (213,98,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 10111111
Octal 325 142 277
Decimal 213 98 191
Hex D5 62 BF

RGB Percentages of Color #d562bf

%42.43
%19.52
%38.05

CMYK Percentages of Color #d562bf

%0
%54
%10
%16

Triadic Colors of #d562bf

#d562bf #bfd562 #62bfd5

Analogous Colors of #d562bf

#d562bf #d56286 #b262d5

Monochromatic Colors of #d562bf

#d562bf

Complementary Color

#d562bf #62d578

#d562bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d562bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d562bf Color CSS Codes

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

#d562bf Text Font Color

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

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


#d562bf Background Color

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

This div background color is #d562bf


#d562bf Border Color

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

This div border color is #d562bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d562bf


Comments

No comments written yet.

Please login to write comment.