Color Hex Logo

#bd2fbb Color Hex

#BD2FBB
(189,47,187)
0 Favorites   0 Comments

Color spaces of #bd2fbb

RGB 18947187
HSL0.840.600.46
HSV301°75°74°
CMYK 0.000.750.01   0.26
XYZ30.972416.439748.5545
Yxy16.43970.32270.1713
Hunter Lab40.545965.3981-42.6188
CIE-Lab47.546270.1657-43.2364

#bd2fbb color RGB value is (189,47,187).

#bd2fbb hex color red value is 189, green value is 47 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd2fbb hue: 0.84 , saturation: 0.60 and the lightness value of bd2fbb is 0.46.

The process color (four color CMYK) of #bd2fbb color hex is 0.00, 0.75, 0.01, 0.26. Web safe color of #bd2fbb is #cc33cc. Color #bd2fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101111 10111011
Octal 275 57 273
Decimal 189 47 187
Hex BD 2F BB

RGB Percentages of Color #bd2fbb

%44.68
%11.11
%44.21

CMYK Percentages of Color #bd2fbb

%0
%75
%1
%26

Triadic Colors of #bd2fbb

#bd2fbb #bbbd2f #2fbbbd

Analogous Colors of #bd2fbb

#bd2fbb #bd2f74 #782fbd

Monochromatic Colors of #bd2fbb

#bd2fbb

Complementary Color

#bd2fbb #2fbd31

#bd2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2fbb Color CSS Codes

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

#bd2fbb Text Font Color

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

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


#bd2fbb Background Color

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

This div background color is #bd2fbb


#bd2fbb Border Color

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

This div border color is #bd2fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2fbb


Comments

No comments written yet.

Please login to write comment.