Color Hex Logo

#d027bf Color Hex

#D027BF
(208,39,191)
0 Favorites   0 Comments

Color spaces of #d027bf

RGB 20839191
HSL0.850.680.48
HSV306°81°82°
CMYK 0.000.810.08   0.18
XYZ36.141918.622550.9798
Yxy18.62250.34180.1761
Hunter Lab43.153873.9771-39.8347
CIE-Lab50.242676.7097-41.0903

#d027bf color RGB value is (208,39,191).

#d027bf hex color red value is 208, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d027bf hue: 0.85 , saturation: 0.68 and the lightness value of d027bf is 0.48.

The process color (four color CMYK) of #d027bf color hex is 0.00, 0.81, 0.08, 0.18. Web safe color of #d027bf is #cc33cc. Color #d027bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 10111111
Octal 320 47 277
Decimal 208 39 191
Hex D0 27 BF

RGB Percentages of Color #d027bf

%47.49
%8.90
%43.61

CMYK Percentages of Color #d027bf

%0
%81
%8
%18

Triadic Colors of #d027bf

#d027bf #bfd027 #27bfd0

Analogous Colors of #d027bf

#d027bf #d0276b #8d27d0

Monochromatic Colors of #d027bf

#d027bf

Complementary Color

#d027bf #27d038

#d027bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d027bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d027bf Color CSS Codes

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

#d027bf Text Font Color

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

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


#d027bf Background Color

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

This div background color is #d027bf


#d027bf Border Color

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

This div border color is #d027bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,39,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d027bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d027bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d027bf;
  box-shadow:         1px 1px 3px 2px #d027bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,39,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d027bf


Comments

No comments written yet.

Please login to write comment.