Color Hex Logo

#bd38ed Color Hex

#BD38ED
(189,56,237)
0 Favorites   0 Comments

Color spaces of #bd38ed

RGB 18956237
HSL0.790.830.57
HSV284°76°93°
CMYK 0.200.760.00   0.07
XYZ37.686519.761681.9488
Yxy19.76160.27040.1418
Hunter Lab44.454073.5313-78.1804
CIE-Lab51.566676.0914-65.4302

#bd38ed color RGB value is (189,56,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 11101101
Octal 275 70 355
Decimal 189 56 237
Hex BD 38 ED

RGB Percentages of Color #bd38ed

%39.21
%11.62
%49.17

CMYK Percentages of Color #bd38ed

%20
%76
%0
%7

Triadic Colors of #bd38ed

#bd38ed #edbd38 #38edbd

Analogous Colors of #bd38ed

#bd38ed #ed38c3 #6338ed

Monochromatic Colors of #bd38ed

#bd38ed

Complementary Color

#bd38ed #68ed38

#bd38ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd38ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd38ed Color CSS Codes

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

#bd38ed Text Font Color

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

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


#bd38ed Background Color

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

This div background color is #bd38ed


#bd38ed Border Color

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

This div border color is #bd38ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd38ed


Comments

No comments written yet.

Please login to write comment.