Color Hex Logo

#bd95ea Color Hex

#BD95EA
(189,149,234)
0 Favorites   0 Comments

Color spaces of #bd95ea

RGB 189149234
HSL0.750.670.75
HSV268°36°92°
CMYK 0.190.360.00   0.08
XYZ46.585038.254282.7704
Yxy38.25420.27790.2282
Hunter Lab61.850026.2076-36.0495
CIE-Lab68.207531.2569-37.3449

#bd95ea color RGB value is (189,149,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 11101010
Octal 275 225 352
Decimal 189 149 234
Hex BD 95 EA

RGB Percentages of Color #bd95ea

%33.04
%26.05
%40.91

CMYK Percentages of Color #bd95ea

%19
%36
%0
%8

Triadic Colors of #bd95ea

#bd95ea #eabd95 #95eabd

Analogous Colors of #bd95ea

#bd95ea #e895ea #9598ea

Monochromatic Colors of #bd95ea

#bd95ea

Complementary Color

#bd95ea #c2ea95

#bd95ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95ea Color CSS Codes

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

#bd95ea Text Font Color

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

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


#bd95ea Background Color

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

This div background color is #bd95ea


#bd95ea Border Color

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

This div border color is #bd95ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95ea


Comments

No comments written yet.

Please login to write comment.