Color Hex Logo

#d637bf Color Hex

#D637BF
(214,55,191)
0 Favorites   0 Comments

Color spaces of #d637bf

RGB 21455191
HSL0.860.660.53
HSV309°74°84°
CMYK 0.000.740.11   0.16
XYZ38.501720.790151.2738
Yxy20.79010.34820.1880
Hunter Lab45.596270.9333-34.7555
CIE-Lab52.719073.7538-37.1186

#d637bf color RGB value is (214,55,191).

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

The process color (four color CMYK) of #d637bf color hex is 0.00, 0.74, 0.11, 0.16. Web safe color of #d637bf is #cc33cc. Color #d637bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110111 10111111
Octal 326 67 277
Decimal 214 55 191
Hex D6 37 BF

RGB Percentages of Color #d637bf

%46.52
%11.96
%41.52

CMYK Percentages of Color #d637bf

%0
%74
%11
%16

Triadic Colors of #d637bf

#d637bf #bfd637 #37bfd6

Analogous Colors of #d637bf

#d637bf #d63770 #9e37d6

Monochromatic Colors of #d637bf

#d637bf

Complementary Color

#d637bf #37d64e

#d637bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d637bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d637bf Color CSS Codes

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

#d637bf Text Font Color

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

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


#d637bf Background Color

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

This div background color is #d637bf


#d637bf Border Color

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

This div border color is #d637bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d637bf

#d637bf Color Palettes


Comments

No comments written yet.

Please login to write comment.