Color Hex Logo

#d027bc Color Hex

#D027BC
(208,39,188)
0 Favorites   0 Comments

Color spaces of #d027bc

RGB 20839188
HSL0.850.680.48
HSV307°81°82°
CMYK 0.000.810.10   0.18
XYZ35.815018.491849.2586
Yxy18.49180.34580.1786
Hunter Lab43.002173.4130-37.8148
CIE-Lab50.087376.2838-39.5903

#d027bc color RGB value is (208,39,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 10111100
Octal 320 47 274
Decimal 208 39 188
Hex D0 27 BC

RGB Percentages of Color #d027bc

%47.82
%8.97
%43.22

CMYK Percentages of Color #d027bc

%0
%81
%10
%18

Triadic Colors of #d027bc

#d027bc #bcd027 #27bcd0

Analogous Colors of #d027bc

#d027bc #d02768 #9027d0

Monochromatic Colors of #d027bc

#d027bc

Complementary Color

#d027bc #27d03b

#d027bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d027bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d027bc Color CSS Codes

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

#d027bc Text Font Color

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

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


#d027bc Background Color

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

This div background color is #d027bc


#d027bc Border Color

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

This div border color is #d027bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d027bc


Comments

No comments written yet.

Please login to write comment.