Color Hex Logo

#bd97ed Color Hex

#BD97ED
(189,151,237)
0 Favorites   0 Comments

Color spaces of #bd97ed

RGB 189151237
HSL0.740.700.76
HSV267°36°93°
CMYK 0.200.360.00   0.07
XYZ47.338939.066585.1663
Yxy39.06650.27590.2277
Hunter Lab62.503225.8124-37.0358
CIE-Lab68.799430.8211-38.0689

#bd97ed color RGB value is (189,151,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 11101101
Octal 275 227 355
Decimal 189 151 237
Hex BD 97 ED

RGB Percentages of Color #bd97ed

%32.76
%26.17
%41.07

CMYK Percentages of Color #bd97ed

%20
%36
%0
%7

Triadic Colors of #bd97ed

#bd97ed #edbd97 #97edbd

Analogous Colors of #bd97ed

#bd97ed #e897ed #979ced

Monochromatic Colors of #bd97ed

#bd97ed

Complementary Color

#bd97ed #c7ed97

#bd97ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd97ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd97ed Color CSS Codes

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

#bd97ed Text Font Color

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

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


#bd97ed Background Color

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

This div background color is #bd97ed


#bd97ed Border Color

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

This div border color is #bd97ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd97ed


Comments

No comments written yet.

Please login to write comment.