Color Hex Logo

#d27cbe Color Hex

#D27CBE
(210,124,190)
0 Favorites   0 Comments

Color spaces of #d27cbe

RGB 210124190
HSL0.870.490.65
HSV314°41°82°
CMYK 0.000.410.10   0.18
XYZ43.080331.834652.5893
Yxy31.83460.33790.2497
Hunter Lab56.422237.5522-15.7668
CIE-Lab63.205942.6707-20.3571

#d27cbe color RGB value is (210,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 10111110
Octal 322 174 276
Decimal 210 124 190
Hex D2 7C BE

RGB Percentages of Color #d27cbe

%40.08
%23.66
%36.26

CMYK Percentages of Color #d27cbe

%0
%41
%10
%18

Triadic Colors of #d27cbe

#d27cbe #bed27c #7cbed2

Analogous Colors of #d27cbe

#d27cbe #d27c93 #bb7cd2

Monochromatic Colors of #d27cbe

#d27cbe

Complementary Color

#d27cbe #7cd290

#d27cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27cbe Color CSS Codes

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

#d27cbe Text Font Color

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

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


#d27cbe Background Color

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

This div background color is #d27cbe


#d27cbe Border Color

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

This div border color is #d27cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27cbe


Comments

No comments written yet.

Please login to write comment.