Color Hex Logo

#d637ad Color Hex

#D637AD
(214,55,173)
0 Favorites   0 Comments

Color spaces of #d637ad

RGB 21455173
HSL0.880.660.53
HSV315°74°84°
CMYK 0.000.740.19   0.16
XYZ36.640620.045641.4732
Yxy20.04560.37330.2042
Hunter Lab44.772367.7286-23.5805
CIE-Lab51.888771.2728-27.9275

#d637ad color RGB value is (214,55,173).

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

The process color (four color CMYK) of #d637ad color hex is 0.00, 0.74, 0.19, 0.16. Web safe color of #d637ad is #cc3399. Color #d637ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110111 10101101
Octal 326 67 255
Decimal 214 55 173
Hex D6 37 AD

RGB Percentages of Color #d637ad

%48.42
%12.44
%39.14

CMYK Percentages of Color #d637ad

%0
%74
%19
%16

Triadic Colors of #d637ad

#d637ad #add637 #37add6

Analogous Colors of #d637ad

#d637ad #d6375e #b037d6

Monochromatic Colors of #d637ad

#d637ad

Complementary Color

#d637ad #37d660

#d637ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d637ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d637ad Color CSS Codes

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

#d637ad Text Font Color

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

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


#d637ad Background Color

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

This div background color is #d637ad


#d637ad Border Color

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

This div border color is #d637ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,55,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d637ad


Comments

No comments written yet.

Please login to write comment.