Color Hex Logo

#d27fbe Color Hex

#D27FBE
(210,127,190)
0 Favorites   0 Comments

Color spaces of #d27fbe

RGB 210127190
HSL0.870.480.66
HSV314°40°82°
CMYK 0.000.400.10   0.18
XYZ43.462032.598152.7166
Yxy32.59810.33750.2531
Hunter Lab57.094735.9630-14.7772
CIE-Lab63.834241.0939-19.4005

#d27fbe color RGB value is (210,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 10111110
Octal 322 177 276
Decimal 210 127 190
Hex D2 7F BE

RGB Percentages of Color #d27fbe

%39.85
%24.10
%36.05

CMYK Percentages of Color #d27fbe

%0
%40
%10
%18

Triadic Colors of #d27fbe

#d27fbe #bed27f #7fbed2

Analogous Colors of #d27fbe

#d27fbe #d27f95 #bd7fd2

Monochromatic Colors of #d27fbe

#d27fbe

Complementary Color

#d27fbe #7fd293

#d27fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27fbe Color CSS Codes

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

#d27fbe Text Font Color

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

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


#d27fbe Background Color

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

This div background color is #d27fbe


#d27fbe Border Color

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

This div border color is #d27fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27fbe


Comments

No comments written yet.

Please login to write comment.