Color Hex Logo

#bd2ebf Color Hex

#BD2EBF
(189,46,191)
0 Favorites   0 Comments

Color spaces of #bd2ebf

RGB 18946191
HSL0.830.610.46
HSV299°76°75°
CMYK 0.010.760.00   0.25
XYZ31.367216.534450.8284
Yxy16.53440.31770.1675
Hunter Lab40.662566.5361-45.6491
CIE-Lab47.667971.0966-45.3754

#bd2ebf color RGB value is (189,46,191).

#bd2ebf hex color red value is 189, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd2ebf hue: 0.83 , saturation: 0.61 and the lightness value of bd2ebf is 0.46.

The process color (four color CMYK) of #bd2ebf color hex is 0.01, 0.76, 0.00, 0.25. Web safe color of #bd2ebf is #cc33cc. Color #bd2ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101110 10111111
Octal 275 56 277
Decimal 189 46 191
Hex BD 2E BF

RGB Percentages of Color #bd2ebf

%44.37
%10.80
%44.84

CMYK Percentages of Color #bd2ebf

%1
%76
%0
%25

Triadic Colors of #bd2ebf

#bd2ebf #bfbd2e #2ebfbd

Analogous Colors of #bd2ebf

#bd2ebf #bf2e79 #752ebf

Monochromatic Colors of #bd2ebf

#bd2ebf

Complementary Color

#bd2ebf #30bf2e

#bd2ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2ebf Color CSS Codes

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

#bd2ebf Text Font Color

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

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


#bd2ebf Background Color

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

This div background color is #bd2ebf


#bd2ebf Border Color

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

This div border color is #bd2ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2ebf


Comments

No comments written yet.

Please login to write comment.