Color Hex Logo

#d27abd Color Hex

#D27ABD
(210,122,189)
0 Favorites   0 Comments

Color spaces of #d27abd

RGB 210122189
HSL0.870.490.65
HSV314°42°82°
CMYK 0.000.420.10   0.18
XYZ42.723231.294851.9329
Yxy31.29480.33920.2485
Hunter Lab55.941838.4239-15.8820
CIE-Lab62.755743.5472-20.4778

#d27abd color RGB value is (210,122,189).

#d27abd hex color red value is 210, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d27abd hue: 0.87 , saturation: 0.49 and the lightness value of d27abd is 0.65.

The process color (four color CMYK) of #d27abd color hex is 0.00, 0.42, 0.10, 0.18. Web safe color of #d27abd is #cc66cc. Color #d27abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111010 10111101
Octal 322 172 275
Decimal 210 122 189
Hex D2 7A BD

RGB Percentages of Color #d27abd

%40.31
%23.42
%36.28

CMYK Percentages of Color #d27abd

%0
%42
%10
%18

Triadic Colors of #d27abd

#d27abd #bdd27a #7abdd2

Analogous Colors of #d27abd

#d27abd #d27a91 #bb7ad2

Monochromatic Colors of #d27abd

#d27abd

Complementary Color

#d27abd #7ad28f

#d27abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27abd Color CSS Codes

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

#d27abd Text Font Color

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

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


#d27abd Background Color

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

This div background color is #d27abd


#d27abd Border Color

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

This div border color is #d27abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27abd


Comments

No comments written yet.

Please login to write comment.