Color Hex Logo

#bd88ea Color Hex

#BD88EA
(189,136,234)
0 Favorites   0 Comments

Color spaces of #bd88ea

RGB 189136234
HSL0.760.700.73
HSV272°42°92°
CMYK 0.190.420.00   0.08
XYZ44.641734.367682.1226
Yxy34.36760.27710.2133
Hunter Lab58.623933.3348-42.0190
CIE-Lab65.253338.4310-41.9610

#bd88ea color RGB value is (189,136,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 11101010
Octal 275 210 352
Decimal 189 136 234
Hex BD 88 EA

RGB Percentages of Color #bd88ea

%33.81
%24.33
%41.86

CMYK Percentages of Color #bd88ea

%19
%42
%0
%8

Triadic Colors of #bd88ea

#bd88ea #eabd88 #88eabd

Analogous Colors of #bd88ea

#bd88ea #ea88e6 #8c88ea

Monochromatic Colors of #bd88ea

#bd88ea

Complementary Color

#bd88ea #b5ea88

#bd88ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd88ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd88ea Color CSS Codes

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

#bd88ea Text Font Color

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

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


#bd88ea Background Color

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

This div background color is #bd88ea


#bd88ea Border Color

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

This div border color is #bd88ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd88ea


Comments

No comments written yet.

Please login to write comment.