Color Hex Logo

#bd2bed Color Hex

#BD2BED
(189,43,237)
0 Favorites   0 Comments

Color spaces of #bd2bed

RGB 18943237
HSL0.790.840.55
HSV285°82°93°
CMYK 0.200.820.00   0.07
XYZ37.136218.661081.7654
Yxy18.66100.27000.1357
Hunter Lab43.198477.8533-81.9846
CIE-Lab50.288279.8050-67.4985

#bd2bed color RGB value is (189,43,237).

#bd2bed hex color red value is 189, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd2bed hue: 0.79 , saturation: 0.84 and the lightness value of bd2bed is 0.55.

The process color (four color CMYK) of #bd2bed color hex is 0.20, 0.82, 0.00, 0.07. Web safe color of #bd2bed is #cc33ff. Color #bd2bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101011 11101101
Octal 275 53 355
Decimal 189 43 237
Hex BD 2B ED

RGB Percentages of Color #bd2bed

%40.30
%9.17
%50.53

CMYK Percentages of Color #bd2bed

%20
%82
%0
%7

Triadic Colors of #bd2bed

#bd2bed #edbd2b #2bedbd

Analogous Colors of #bd2bed

#bd2bed #ed2bbc #5c2bed

Monochromatic Colors of #bd2bed

#bd2bed

Complementary Color

#bd2bed #5bed2b

#bd2bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2bed Color CSS Codes

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

#bd2bed Text Font Color

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

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


#bd2bed Background Color

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

This div background color is #bd2bed


#bd2bed Border Color

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

This div border color is #bd2bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2bed


Comments

No comments written yet.

Please login to write comment.