Color Hex Logo

#bd2fef Color Hex

#BD2FEF
(189,47,239)
0 Favorites   0 Comments

Color spaces of #bd2fef

RGB 18947239
HSL0.790.860.56
HSV284°80°94°
CMYK 0.210.800.00   0.06
XYZ37.582819.083883.3641
Yxy19.08380.26840.1363
Hunter Lab43.685077.1172-82.5636
CIE-Lab50.785179.1226-67.8190

#bd2fef color RGB value is (189,47,239).

#bd2fef hex color red value is 189, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bd2fef hue: 0.79 , saturation: 0.86 and the lightness value of bd2fef is 0.56.

The process color (four color CMYK) of #bd2fef color hex is 0.21, 0.80, 0.00, 0.06. Web safe color of #bd2fef is #cc33ff. Color #bd2fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101111 11101111
Octal 275 57 357
Decimal 189 47 239
Hex BD 2F EF

RGB Percentages of Color #bd2fef

%39.79
%9.89
%50.32

CMYK Percentages of Color #bd2fef

%21
%80
%0
%6

Triadic Colors of #bd2fef

#bd2fef #efbd2f #2fefbd

Analogous Colors of #bd2fef

#bd2fef #ef2fc1 #5d2fef

Monochromatic Colors of #bd2fef

#bd2fef

Complementary Color

#bd2fef #61ef2f

#bd2fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2fef Color CSS Codes

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

#bd2fef Text Font Color

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

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


#bd2fef Background Color

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

This div background color is #bd2fef


#bd2fef Border Color

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

This div border color is #bd2fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2fef


Comments

No comments written yet.

Please login to write comment.