Color Hex Logo

#bd94ea Color Hex

#BD94EA
(189,148,234)
0 Favorites   0 Comments

Color spaces of #bd94ea

RGB 189148234
HSL0.750.670.75
HSV269°37°92°
CMYK 0.190.370.00   0.08
XYZ46.427537.939182.7179
Yxy37.93910.27790.2271
Hunter Lab61.594726.7550-36.5065
CIE-Lab67.975731.8115-37.7060

#bd94ea color RGB value is (189,148,234).

#bd94ea hex color red value is 189, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd94ea hue: 0.75 , saturation: 0.67 and the lightness value of bd94ea is 0.75.

The process color (four color CMYK) of #bd94ea color hex is 0.19, 0.37, 0.00, 0.08. Web safe color of #bd94ea is #cc99ff. Color #bd94ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 11101010
Octal 275 224 352
Decimal 189 148 234
Hex BD 94 EA

RGB Percentages of Color #bd94ea

%33.10
%25.92
%40.98

CMYK Percentages of Color #bd94ea

%19
%37
%0
%8

Triadic Colors of #bd94ea

#bd94ea #eabd94 #94eabd

Analogous Colors of #bd94ea

#bd94ea #e894ea #9496ea

Monochromatic Colors of #bd94ea

#bd94ea

Complementary Color

#bd94ea #c1ea94

#bd94ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94ea Color CSS Codes

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

#bd94ea Text Font Color

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

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


#bd94ea Background Color

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

This div background color is #bd94ea


#bd94ea Border Color

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

This div border color is #bd94ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94ea


Comments

No comments written yet.

Please login to write comment.