Color Hex Logo

#bd38eb Color Hex

#BD38EB
(189,56,235)
0 Favorites   0 Comments

Color spaces of #bd38eb

RGB 18956235
HSL0.790.820.57
HSV285°76°92°
CMYK 0.200.760.00   0.08
XYZ37.395819.645380.4182
Yxy19.64530.27200.1429
Hunter Lab44.323073.0371-76.5477
CIE-Lab51.433875.7169-64.5194

#bd38eb color RGB value is (189,56,235).

#bd38eb hex color red value is 189, green value is 56 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd38eb hue: 0.79 , saturation: 0.82 and the lightness value of bd38eb is 0.57.

The process color (four color CMYK) of #bd38eb color hex is 0.20, 0.76, 0.00, 0.08. Web safe color of #bd38eb is #cc33ff. Color #bd38eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 11101011
Octal 275 70 353
Decimal 189 56 235
Hex BD 38 EB

RGB Percentages of Color #bd38eb

%39.38
%11.67
%48.96

CMYK Percentages of Color #bd38eb

%20
%76
%0
%8

Triadic Colors of #bd38eb

#bd38eb #ebbd38 #38ebbd

Analogous Colors of #bd38eb

#bd38eb #eb38c0 #6338eb

Monochromatic Colors of #bd38eb

#bd38eb

Complementary Color

#bd38eb #66eb38

#bd38eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd38eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd38eb Color CSS Codes

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

#bd38eb Text Font Color

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

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


#bd38eb Background Color

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

This div background color is #bd38eb


#bd38eb Border Color

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

This div border color is #bd38eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,56,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 #bd38eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd38eb


Comments

No comments written yet.

Please login to write comment.