Color Hex Logo

#d638aa Color Hex

#D638AA
(214,56,170)
0 Favorites   0 Comments

Color spaces of #d638aa

RGB 21456170
HSL0.880.660.53
HSV317°74°84°
CMYK 0.000.740.21   0.16
XYZ36.401420.026839.9772
Yxy20.02680.37760.2077
Hunter Lab44.751366.8798-21.6390
CIE-Lab51.867570.5707-26.1995

#d638aa color RGB value is (214,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111000 10101010
Octal 326 70 252
Decimal 214 56 170
Hex D6 38 AA

RGB Percentages of Color #d638aa

%48.64
%12.73
%38.64

CMYK Percentages of Color #d638aa

%0
%74
%21
%16

Triadic Colors of #d638aa

#d638aa #aad638 #38aad6

Analogous Colors of #d638aa

#d638aa #d6385b #b338d6

Monochromatic Colors of #d638aa

#d638aa

Complementary Color

#d638aa #38d664

#d638aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d638aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d638aa Color CSS Codes

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

#d638aa Text Font Color

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

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


#d638aa Background Color

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

This div background color is #d638aa


#d638aa Border Color

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

This div border color is #d638aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d638aa


Comments

No comments written yet.

Please login to write comment.