Color Hex Logo

#bf88ed Color Hex

#BF88ED
(191,136,237)
0 Favorites   0 Comments

Color spaces of #bf88ed

RGB 191136237
HSL0.760.740.73
HSV273°43°93°
CMYK 0.190.430.00   0.07
XYZ45.576134.799184.4355
Yxy34.79910.27650.2111
Hunter Lab58.990834.6748-43.5703
CIE-Lab65.592039.6644-43.0704

#bf88ed color RGB value is (191,136,237).

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

The process color (four color CMYK) of #bf88ed color hex is 0.19, 0.43, 0.00, 0.07. Web safe color of #bf88ed is #cc99ff. Color #bf88ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 11101101
Octal 277 210 355
Decimal 191 136 237
Hex BF 88 ED

RGB Percentages of Color #bf88ed

%33.87
%24.11
%42.02

CMYK Percentages of Color #bf88ed

%19
%43
%0
%7

Triadic Colors of #bf88ed

#bf88ed #edbf88 #88edbf

Analogous Colors of #bf88ed

#bf88ed #ed88e9 #8d88ed

Monochromatic Colors of #bf88ed

#bf88ed

Complementary Color

#bf88ed #b6ed88

#bf88ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf88ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf88ed Color CSS Codes

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

#bf88ed Text Font Color

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

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


#bf88ed Background Color

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

This div background color is #bf88ed


#bf88ed Border Color

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

This div border color is #bf88ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf88ed


Comments

No comments written yet.

Please login to write comment.