Color Hex Logo

#be88bf Color Hex

#BE88BF
(190,136,191)
0 Favorites   0 Comments

Color spaces of #be88bf

RGB 190136191
HSL0.830.300.64
HSV299°29°75°
CMYK 0.010.290.00   0.25
XYZ39.443332.317153.4491
Yxy32.31710.31500.2581
Hunter Lab56.848124.3656-15.9513
CIE-Lab63.604129.8269-20.5212

#be88bf color RGB value is (190,136,191).

#be88bf hex color red value is 190, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be88bf hue: 0.83 , saturation: 0.30 and the lightness value of be88bf is 0.64.

The process color (four color CMYK) of #be88bf color hex is 0.01, 0.29, 0.00, 0.25. Web safe color of #be88bf is #cc99cc. Color #be88bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001000 10111111
Octal 276 210 277
Decimal 190 136 191
Hex BE 88 BF

RGB Percentages of Color #be88bf

%36.75
%26.31
%36.94

CMYK Percentages of Color #be88bf

%1
%29
%0
%25

Triadic Colors of #be88bf

#be88bf #bfbe88 #88bfbe

Analogous Colors of #be88bf

#be88bf #bf88a5 #a388bf

Monochromatic Colors of #be88bf

#be88bf

Complementary Color

#be88bf #89bf88

#be88bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be88bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be88bf Color CSS Codes

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

#be88bf Text Font Color

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

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


#be88bf Background Color

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

This div background color is #be88bf


#be88bf Border Color

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

This div border color is #be88bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,136,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be88bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be88bf


Comments

No comments written yet.

Please login to write comment.