Color Hex Logo

#d592bd Color Hex

#D592BD
(213,146,189)
0 Favorites   0 Comments

Color spaces of #d592bd

RGB 213146189
HSL0.890.440.70
HSV321°31°84°
CMYK 0.000.310.11   0.16
XYZ46.904838.378053.0797
Yxy38.37800.33900.2774
Hunter Lab61.950026.7370-7.4356
CIE-Lab68.298331.7659-12.0635

#d592bd color RGB value is (213,146,189).

#d592bd hex color red value is 213, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d592bd hue: 0.89 , saturation: 0.44 and the lightness value of d592bd is 0.70.

The process color (four color CMYK) of #d592bd color hex is 0.00, 0.31, 0.11, 0.16. Web safe color of #d592bd is #cc99cc. Color #d592bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 10111101
Octal 325 222 275
Decimal 213 146 189
Hex D5 92 BD

RGB Percentages of Color #d592bd

%38.87
%26.64
%34.49

CMYK Percentages of Color #d592bd

%0
%31
%11
%16

Triadic Colors of #d592bd

#d592bd #bdd592 #92bdd5

Analogous Colors of #d592bd

#d592bd #d5929c #cc92d5

Monochromatic Colors of #d592bd

#d592bd

Complementary Color

#d592bd #92d5aa

#d592bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d592bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d592bd Color CSS Codes

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

#d592bd Text Font Color

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

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


#d592bd Background Color

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

This div background color is #d592bd


#d592bd Border Color

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

This div border color is #d592bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d592bd


Comments

No comments written yet.

Please login to write comment.