Color Hex Logo

#bd20af Color Hex

#BD20AF
(189,32,175)
0 Favorites   0 Comments

Color spaces of #bd20af

RGB 18932175
HSL0.850.710.43
HSV305°83°74°
CMYK 0.000.830.07   0.26
XYZ29.240614.947041.9013
Yxy14.94700.33970.1736
Hunter Lab38.661467.3469-37.1958
CIE-Lab45.561572.1840-39.3336

#bd20af color RGB value is (189,32,175).

#bd20af hex color red value is 189, green value is 32 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd20af hue: 0.85 , saturation: 0.71 and the lightness value of bd20af is 0.43.

The process color (four color CMYK) of #bd20af color hex is 0.00, 0.83, 0.07, 0.26. Web safe color of #bd20af is #cc3399. Color #bd20af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 10101111
Octal 275 40 257
Decimal 189 32 175
Hex BD 20 AF

RGB Percentages of Color #bd20af

%47.73
%8.08
%44.19

CMYK Percentages of Color #bd20af

%0
%83
%7
%26

Triadic Colors of #bd20af

#bd20af #afbd20 #20afbd

Analogous Colors of #bd20af

#bd20af #bd2061 #7d20bd

Monochromatic Colors of #bd20af

#bd20af

Complementary Color

#bd20af #20bd2e

#bd20af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd20af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd20af Color CSS Codes

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

#bd20af Text Font Color

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

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


#bd20af Background Color

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

This div background color is #bd20af


#bd20af Border Color

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

This div border color is #bd20af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd20af


Comments

No comments written yet.

Please login to write comment.