Color Hex Logo

#d27abc Color Hex

#D27ABC
(210,122,188)
0 Favorites   0 Comments

Color spaces of #d27abc

RGB 210122188
HSL0.880.490.65
HSV315°42°82°
CMYK 0.000.420.10   0.18
XYZ42.615031.251551.3630
Yxy31.25150.34030.2496
Hunter Lab55.903038.2406-15.3428
CIE-Lab62.719443.3802-19.9667

#d27abc color RGB value is (210,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111010 10111100
Octal 322 172 274
Decimal 210 122 188
Hex D2 7A BC

RGB Percentages of Color #d27abc

%40.38
%23.46
%36.15

CMYK Percentages of Color #d27abc

%0
%42
%10
%18

Triadic Colors of #d27abc

#d27abc #bcd27a #7abcd2

Analogous Colors of #d27abc

#d27abc #d27a90 #bc7ad2

Monochromatic Colors of #d27abc

#d27abc

Complementary Color

#d27abc #7ad290

#d27abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27abc Color CSS Codes

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

#d27abc Text Font Color

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

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


#d27abc Background Color

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

This div background color is #d27abc


#d27abc Border Color

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

This div border color is #d27abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,122,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27abc


Comments

No comments written yet.

Please login to write comment.