Color Hex Logo

#d054ba Color Hex

#D054BA
(208,84,186)
0 Favorites   0 Comments

Color spaces of #d054ba

RGB 20884186
HSL0.860.570.57
HSV311°60°82°
CMYK 0.000.600.11   0.18
XYZ38.045723.295748.9457
Yxy23.29570.34500.2112
Hunter Lab48.265656.2390-26.3395
CIE-Lab55.375660.8365-30.1466

#d054ba color RGB value is (208,84,186).

#d054ba hex color red value is 208, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d054ba hue: 0.86 , saturation: 0.57 and the lightness value of d054ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 10111010
Octal 320 124 272
Decimal 208 84 186
Hex D0 54 BA

RGB Percentages of Color #d054ba

%43.51
%17.57
%38.91

CMYK Percentages of Color #d054ba

%0
%60
%11
%18

Triadic Colors of #d054ba

#d054ba #bad054 #54bad0

Analogous Colors of #d054ba

#d054ba #d0547c #a854d0

Monochromatic Colors of #d054ba

#d054ba

Complementary Color

#d054ba #54d06a

#d054ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054ba Color CSS Codes

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

#d054ba Text Font Color

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

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


#d054ba Background Color

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

This div background color is #d054ba


#d054ba Border Color

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

This div border color is #d054ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054ba


Comments

No comments written yet.

Please login to write comment.