Color Hex Logo

#d736bd Color Hex

#D736BD
(215,54,189)
0 Favorites   0 Comments

Color spaces of #d736bd

RGB 21554189
HSL0.860.670.53
HSV310°75°84°
CMYK 0.000.750.12   0.16
XYZ38.528820.759550.1204
Yxy20.75950.35220.1897
Hunter Lab45.562671.2093-33.3272
CIE-Lab52.685373.9859-36.0011

#d736bd color RGB value is (215,54,189).

#d736bd hex color red value is 215, green value is 54 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d736bd hue: 0.86 , saturation: 0.67 and the lightness value of d736bd is 0.53.

The process color (four color CMYK) of #d736bd color hex is 0.00, 0.75, 0.12, 0.16. Web safe color of #d736bd is #cc33cc. Color #d736bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110110 10111101
Octal 327 66 275
Decimal 215 54 189
Hex D7 36 BD

RGB Percentages of Color #d736bd

%46.94
%11.79
%41.27

CMYK Percentages of Color #d736bd

%0
%75
%12
%16

Triadic Colors of #d736bd

#d736bd #bdd736 #36bdd7

Analogous Colors of #d736bd

#d736bd #d7366d #a136d7

Monochromatic Colors of #d736bd

#d736bd

Complementary Color

#d736bd #36d750

#d736bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d736bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d736bd Color CSS Codes

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

#d736bd Text Font Color

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

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


#d736bd Background Color

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

This div background color is #d736bd


#d736bd Border Color

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

This div border color is #d736bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d736bd


Comments

No comments written yet.

Please login to write comment.