Color Hex Logo

#bd5acf Color Hex

#BD5ACF
(189,90,207)
0 Favorites   0 Comments

Color spaces of #bd5acf

RGB 18990207
HSL0.810.550.58
HSV291°57°81°
CMYK 0.090.570.00   0.19
XYZ35.904922.636161.5083
Yxy22.63610.29910.1886
Hunter Lab47.577451.4468-43.3462
CIE-Lab54.695556.7226-43.4423

#bd5acf color RGB value is (189,90,207).

#bd5acf hex color red value is 189, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd5acf hue: 0.81 , saturation: 0.55 and the lightness value of bd5acf is 0.58.

The process color (four color CMYK) of #bd5acf color hex is 0.09, 0.57, 0.00, 0.19. Web safe color of #bd5acf is #cc66cc. Color #bd5acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11001111
Octal 275 132 317
Decimal 189 90 207
Hex BD 5A CF

RGB Percentages of Color #bd5acf

%38.89
%18.52
%42.59

CMYK Percentages of Color #bd5acf

%9
%57
%0
%19

Triadic Colors of #bd5acf

#bd5acf #cfbd5a #5acfbd

Analogous Colors of #bd5acf

#bd5acf #cf5aa7 #835acf

Monochromatic Colors of #bd5acf

#bd5acf

Complementary Color

#bd5acf #6ccf5a

#bd5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5acf Color CSS Codes

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

#bd5acf Text Font Color

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

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


#bd5acf Background Color

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

This div background color is #bd5acf


#bd5acf Border Color

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

This div border color is #bd5acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5acf


Comments

No comments written yet.

Please login to write comment.