Color Hex Logo

#d27cba Color Hex

#D27CBA
(210,124,186)
0 Favorites   0 Comments

Color spaces of #d27cba

RGB 210124186
HSL0.880.490.65
HSV317°41°82°
CMYK 0.000.410.11   0.18
XYZ42.648931.662150.3179
Yxy31.66210.34220.2541
Hunter Lab56.269136.8224-13.6310
CIE-Lab63.062642.0021-18.3117

#d27cba color RGB value is (210,124,186).

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

The process color (four color CMYK) of #d27cba color hex is 0.00, 0.41, 0.11, 0.18. Web safe color of #d27cba is #cc66cc. Color #d27cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 10111010
Octal 322 174 272
Decimal 210 124 186
Hex D2 7C BA

RGB Percentages of Color #d27cba

%40.38
%23.85
%35.77

CMYK Percentages of Color #d27cba

%0
%41
%11
%18

Triadic Colors of #d27cba

#d27cba #bad27c #7cbad2

Analogous Colors of #d27cba

#d27cba #d27c8f #bf7cd2

Monochromatic Colors of #d27cba

#d27cba

Complementary Color

#d27cba #7cd294

#d27cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27cba Color CSS Codes

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

#d27cba Text Font Color

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

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


#d27cba Background Color

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

This div background color is #d27cba


#d27cba Border Color

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

This div border color is #d27cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27cba


Comments

No comments written yet.

Please login to write comment.