Color Hex Logo

#bd49ea Color Hex

#BD49EA
(189,73,234)
0 Favorites   0 Comments

Color spaces of #bd49ea

RGB 18973234
HSL0.790.790.60
HSV283°69°92°
CMYK 0.190.690.00   0.08
XYZ38.220121.524479.9821
Yxy21.52440.27350.1540
Hunter Lab46.394465.8596-69.7375
CIE-Lab53.518769.4026-60.5974

#bd49ea color RGB value is (189,73,234).

#bd49ea hex color red value is 189, green value is 73 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd49ea hue: 0.79 , saturation: 0.79 and the lightness value of bd49ea is 0.60.

The process color (four color CMYK) of #bd49ea color hex is 0.19, 0.69, 0.00, 0.08. Web safe color of #bd49ea is #cc33ff. Color #bd49ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 11101010
Octal 275 111 352
Decimal 189 73 234
Hex BD 49 EA

RGB Percentages of Color #bd49ea

%38.10
%14.72
%47.18

CMYK Percentages of Color #bd49ea

%19
%69
%0
%8

Triadic Colors of #bd49ea

#bd49ea #eabd49 #49eabd

Analogous Colors of #bd49ea

#bd49ea #ea49c7 #6d49ea

Monochromatic Colors of #bd49ea

#bd49ea

Complementary Color

#bd49ea #76ea49

#bd49ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd49ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd49ea Color CSS Codes

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

#bd49ea Text Font Color

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

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


#bd49ea Background Color

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

This div background color is #bd49ea


#bd49ea Border Color

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

This div border color is #bd49ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd49ea


Comments

No comments written yet.

Please login to write comment.