Color Hex Logo

#bd95ed Color Hex

#BD95ED
(189,149,237)
0 Favorites   0 Comments

Color spaces of #bd95ed

RGB 189149237
HSL0.740.710.76
HSV267°37°93°
CMYK 0.200.370.00   0.07
XYZ47.019838.428185.0599
Yxy38.42810.27580.2254
Hunter Lab61.990426.9093-37.9613
CIE-Lab68.335031.9305-38.7929

#bd95ed color RGB value is (189,149,237).

#bd95ed hex color red value is 189, green value is 149 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd95ed hue: 0.74 , saturation: 0.71 and the lightness value of bd95ed is 0.76.

The process color (four color CMYK) of #bd95ed color hex is 0.20, 0.37, 0.00, 0.07. Web safe color of #bd95ed is #cc99ff. Color #bd95ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 11101101
Octal 275 225 355
Decimal 189 149 237
Hex BD 95 ED

RGB Percentages of Color #bd95ed

%32.87
%25.91
%41.22

CMYK Percentages of Color #bd95ed

%20
%37
%0
%7

Triadic Colors of #bd95ed

#bd95ed #edbd95 #95edbd

Analogous Colors of #bd95ed

#bd95ed #e995ed #9599ed

Monochromatic Colors of #bd95ed

#bd95ed

Complementary Color

#bd95ed #c5ed95

#bd95ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95ed Color CSS Codes

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

#bd95ed Text Font Color

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

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


#bd95ed Background Color

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

This div background color is #bd95ed


#bd95ed Border Color

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

This div border color is #bd95ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95ed


Comments

No comments written yet.

Please login to write comment.