Color Hex Logo

#bd20b7 Color Hex

#BD20B7
(189,32,183)
0 Favorites   0 Comments

Color spaces of #bd20b7

RGB 18932183
HSL0.840.710.43
HSV302°83°74°
CMYK 0.000.830.03   0.26
XYZ30.050015.270746.1635
Yxy15.27070.32850.1669
Hunter Lab39.077768.8769-42.6863
CIE-Lab46.002873.3682-43.3470

#bd20b7 color RGB value is (189,32,183).

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

The process color (four color CMYK) of #bd20b7 color hex is 0.00, 0.83, 0.03, 0.26. Web safe color of #bd20b7 is #cc33cc. Color #bd20b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 10110111
Octal 275 40 267
Decimal 189 32 183
Hex BD 20 B7

RGB Percentages of Color #bd20b7

%46.78
%7.92
%45.30

CMYK Percentages of Color #bd20b7

%0
%83
%3
%26

Triadic Colors of #bd20b7

#bd20b7 #b7bd20 #20b7bd

Analogous Colors of #bd20b7

#bd20b7 #bd2069 #7520bd

Monochromatic Colors of #bd20b7

#bd20b7

Complementary Color

#bd20b7 #20bd26

#bd20b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd20b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd20b7 Color CSS Codes

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

#bd20b7 Text Font Color

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

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


#bd20b7 Background Color

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

This div background color is #bd20b7


#bd20b7 Border Color

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

This div border color is #bd20b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd20b7


Comments

No comments written yet.

Please login to write comment.