Color Hex Logo

#bd4dea Color Hex

#BD4DEA
(189,77,234)
0 Favorites   0 Comments

Color spaces of #bd4dea

RGB 18977234
HSL0.790.790.61
HSV283°67°92°
CMYK 0.190.670.00   0.08
XYZ38.491422.067180.0726
Yxy22.06710.27370.1569
Hunter Lab46.975664.0539-68.1802
CIE-Lab54.098167.7763-59.6664

#bd4dea color RGB value is (189,77,234).

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

The process color (four color CMYK) of #bd4dea color hex is 0.19, 0.67, 0.00, 0.08. Web safe color of #bd4dea is #cc66ff. Color #bd4dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001101 11101010
Octal 275 115 352
Decimal 189 77 234
Hex BD 4D EA

RGB Percentages of Color #bd4dea

%37.80
%15.40
%46.80

CMYK Percentages of Color #bd4dea

%19
%67
%0
%8

Triadic Colors of #bd4dea

#bd4dea #eabd4d #4deabd

Analogous Colors of #bd4dea

#bd4dea #ea4dc9 #6f4dea

Monochromatic Colors of #bd4dea

#bd4dea

Complementary Color

#bd4dea #7aea4d

#bd4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4dea Color CSS Codes

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

#bd4dea Text Font Color

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

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


#bd4dea Background Color

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

This div background color is #bd4dea


#bd4dea Border Color

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

This div border color is #bd4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4dea


Comments

No comments written yet.

Please login to write comment.