Color Hex Logo

#bd54af Color Hex

#BD54AF
(189,84,175)
0 Favorites   0 Comments

Color spaces of #bd54af

RGB 18984175
HSL0.860.440.54
HSV308°56°74°
CMYK 0.000.560.07   0.26
XYZ31.894520.254642.7859
Yxy20.25460.33600.2134
Hunter Lab45.005147.7415-24.8628
CIE-Lab52.123953.8155-29.0358

#bd54af color RGB value is (189,84,175).

#bd54af hex color red value is 189, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd54af hue: 0.86 , saturation: 0.44 and the lightness value of bd54af is 0.54.

The process color (four color CMYK) of #bd54af color hex is 0.00, 0.56, 0.07, 0.26. Web safe color of #bd54af is #cc6699. Color #bd54af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 10101111
Octal 275 124 257
Decimal 189 84 175
Hex BD 54 AF

RGB Percentages of Color #bd54af

%42.19
%18.75
%39.06

CMYK Percentages of Color #bd54af

%0
%56
%7
%26

Triadic Colors of #bd54af

#bd54af #afbd54 #54afbd

Analogous Colors of #bd54af

#bd54af #bd547b #9754bd

Monochromatic Colors of #bd54af

#bd54af

Complementary Color

#bd54af #54bd62

#bd54af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd54af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd54af Color CSS Codes

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

#bd54af Text Font Color

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

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


#bd54af Background Color

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

This div background color is #bd54af


#bd54af Border Color

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

This div border color is #bd54af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,84,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd54af


Comments

No comments written yet.

Please login to write comment.