Color Hex Logo

#bd17eb Color Hex

#BD17EB
(189,23,235)
0 Favorites   0 Comments

Color spaces of #bd17eb

RGB 18923235
HSL0.800.840.51
HSV287°90°92°
CMYK 0.200.900.00   0.08
XYZ36.288117.429880.0489
Yxy17.42980.27130.1303
Hunter Lab41.749082.0908-84.4574
CIE-Lab48.797183.4282-68.7883

#bd17eb color RGB value is (189,23,235).

#bd17eb hex color red value is 189, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd17eb hue: 0.80 , saturation: 0.84 and the lightness value of bd17eb is 0.51.

The process color (four color CMYK) of #bd17eb color hex is 0.20, 0.90, 0.00, 0.08. Web safe color of #bd17eb is #cc00ff. Color #bd17eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 11101011
Octal 275 27 353
Decimal 189 23 235
Hex BD 17 EB

RGB Percentages of Color #bd17eb

%42.28
%5.15
%52.57

CMYK Percentages of Color #bd17eb

%20
%90
%0
%8

Triadic Colors of #bd17eb

#bd17eb #ebbd17 #17ebbd

Analogous Colors of #bd17eb

#bd17eb #eb17af #5317eb

Monochromatic Colors of #bd17eb

#bd17eb

Complementary Color

#bd17eb #45eb17

#bd17eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd17eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd17eb Color CSS Codes

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

#bd17eb Text Font Color

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

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


#bd17eb Background Color

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

This div background color is #bd17eb


#bd17eb Border Color

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

This div border color is #bd17eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd17eb


Comments

No comments written yet.

Please login to write comment.