Color Hex Logo

#d337bd Color Hex

#D337BD
(211,55,189)
0 Favorites   0 Comments

Color spaces of #d337bd

RGB 21155189
HSL0.860.640.52
HSV308°74°83°
CMYK 0.000.740.10   0.17
XYZ37.415520.255450.0818
Yxy20.25540.34720.1880
Hunter Lab45.006069.6345-34.4726
CIE-Lab52.124872.8029-36.9279

#d337bd color RGB value is (211,55,189).

#d337bd hex color red value is 211, green value is 55 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d337bd hue: 0.86 , saturation: 0.64 and the lightness value of d337bd is 0.52.

The process color (four color CMYK) of #d337bd color hex is 0.00, 0.74, 0.10, 0.17. Web safe color of #d337bd is #cc33cc. Color #d337bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 10111101
Octal 323 67 275
Decimal 211 55 189
Hex D3 37 BD

RGB Percentages of Color #d337bd

%46.37
%12.09
%41.54

CMYK Percentages of Color #d337bd

%0
%74
%10
%17

Triadic Colors of #d337bd

#d337bd #bdd337 #37bdd3

Analogous Colors of #d337bd

#d337bd #d3376f #9b37d3

Monochromatic Colors of #d337bd

#d337bd

Complementary Color

#d337bd #37d34d

#d337bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d337bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d337bd Color CSS Codes

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

#d337bd Text Font Color

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

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


#d337bd Background Color

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

This div background color is #d337bd


#d337bd Border Color

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

This div border color is #d337bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d337bd


Comments

No comments written yet.

Please login to write comment.