Color Hex Logo

#b88eca Color Hex

#B88ECA
(184,142,202)
0 Favorites   0 Comments

Color spaces of #b88eca

RGB 184142202
HSL0.780.360.67
HSV282°30°79°
CMYK 0.090.300.00   0.21
XYZ40.100833.800660.2877
Yxy33.80060.29880.2519
Hunter Lab58.138321.3781-20.7852
CIE-Lab64.804026.7158-24.9129

#b88eca color RGB value is (184,142,202).

#b88eca hex color red value is 184, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b88eca hue: 0.78 , saturation: 0.36 and the lightness value of b88eca is 0.67.

The process color (four color CMYK) of #b88eca color hex is 0.09, 0.30, 0.00, 0.21. Web safe color of #b88eca is #cc99cc. Color #b88eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11001010
Octal 270 216 312
Decimal 184 142 202
Hex B8 8E CA

RGB Percentages of Color #b88eca

%34.85
%26.89
%38.26

CMYK Percentages of Color #b88eca

%9
%30
%0
%21

Triadic Colors of #b88eca

#b88eca #cab88e #8ecab8

Analogous Colors of #b88eca

#b88eca #ca8ebe #9a8eca

Monochromatic Colors of #b88eca

#b88eca

Complementary Color

#b88eca #a0ca8e

#b88eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88eca Color CSS Codes

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

#b88eca Text Font Color

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

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


#b88eca Background Color

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

This div background color is #b88eca


#b88eca Border Color

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

This div border color is #b88eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,142,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b88eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b88eca;
  -webkit-box-shadow: 1px 1px 3px 2px #b88eca;
  box-shadow:         1px 1px 3px 2px #b88eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,142,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88eca


Comments

No comments written yet.

Please login to write comment.