Color Hex Logo

#bd17e9 Color Hex

#BD17E9
(189,23,233)
0 Favorites   0 Comments

Color spaces of #bd17e9

RGB 18923233
HSL0.800.830.50
HSV287°90°91°
CMYK 0.190.900.00   0.09
XYZ36.000617.314878.5354
Yxy17.31480.27300.1313
Hunter Lab41.611181.6133-82.7743
CIE-Lab48.654383.0833-67.8897

#bd17e9 color RGB value is (189,23,233).

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

The process color (four color CMYK) of #bd17e9 color hex is 0.19, 0.90, 0.00, 0.09. Web safe color of #bd17e9 is #cc00ff. Color #bd17e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 11101001
Octal 275 27 351
Decimal 189 23 233
Hex BD 17 E9

RGB Percentages of Color #bd17e9

%42.47
%5.17
%52.36

CMYK Percentages of Color #bd17e9

%19
%90
%0
%9

Triadic Colors of #bd17e9

#bd17e9 #e9bd17 #17e9bd

Analogous Colors of #bd17e9

#bd17e9 #e917ac #5417e9

Monochromatic Colors of #bd17e9

#bd17e9

Complementary Color

#bd17e9 #43e917

#bd17e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd17e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd17e9 Color CSS Codes

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

#bd17e9 Text Font Color

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

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


#bd17e9 Background Color

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

This div background color is #bd17e9


#bd17e9 Border Color

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

This div border color is #bd17e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd17e9


Comments

No comments written yet.

Please login to write comment.