Color Hex Logo

#d636bd Color Hex

#D636BD
(214,54,189)
0 Favorites   0 Comments

Color spaces of #d636bd

RGB 21454189
HSL0.860.660.53
HSV309°75°84°
CMYK 0.000.750.12   0.16
XYZ38.236020.608650.1067
Yxy20.60860.35090.1892
Hunter Lab45.396770.8999-33.6638
CIE-Lab52.518473.7653-36.2747

#d636bd color RGB value is (214,54,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110110 10111101
Octal 326 66 275
Decimal 214 54 189
Hex D6 36 BD

RGB Percentages of Color #d636bd

%46.83
%11.82
%41.36

CMYK Percentages of Color #d636bd

%0
%75
%12
%16

Triadic Colors of #d636bd

#d636bd #bdd636 #36bdd6

Analogous Colors of #d636bd

#d636bd #d6366d #9f36d6

Monochromatic Colors of #d636bd

#d636bd

Complementary Color

#d636bd #36d64f

#d636bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d636bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d636bd Color CSS Codes

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

#d636bd Text Font Color

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

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


#d636bd Background Color

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

This div background color is #d636bd


#d636bd Border Color

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

This div border color is #d636bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d636bd


Comments

No comments written yet.

Please login to write comment.