Color Hex Logo

#bd5f90 Color Hex

#BD5F90
(189,95,144)
0 Favorites   0 Comments

Color spaces of #bd5f90

RGB 18995144
HSL0.910.420.56
HSV329°50°74°
CMYK 0.000.500.24   0.26
XYZ30.112521.016928.8551
Yxy21.01690.37650.2628
Hunter Lab45.844237.0194-5.2272
CIE-Lab52.968043.5817-9.5545

#bd5f90 color RGB value is (189,95,144).

#bd5f90 hex color red value is 189, green value is 95 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bd5f90 hue: 0.91 , saturation: 0.42 and the lightness value of bd5f90 is 0.56.

The process color (four color CMYK) of #bd5f90 color hex is 0.00, 0.50, 0.24, 0.26. Web safe color of #bd5f90 is #cc6699. Color #bd5f90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011111 10010000
Octal 275 137 220
Decimal 189 95 144
Hex BD 5F 90

RGB Percentages of Color #bd5f90

%44.16
%22.20
%33.64

CMYK Percentages of Color #bd5f90

%0
%50
%24
%26

Triadic Colors of #bd5f90

#bd5f90 #90bd5f #5f90bd

Analogous Colors of #bd5f90

#bd5f90 #bd5f61 #bb5fbd

Monochromatic Colors of #bd5f90

#bd5f90

Complementary Color

#bd5f90 #5fbd8c

#bd5f90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5f90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5f90 Color CSS Codes

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

#bd5f90 Text Font Color

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

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


#bd5f90 Background Color

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

This div background color is #bd5f90


#bd5f90 Border Color

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

This div border color is #bd5f90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5f90


Comments

No comments written yet.

Please login to write comment.