Color Hex Logo

#b48eca Color Hex

#B48ECA
(180,142,202)
0 Favorites   0 Comments

Color spaces of #b48eca

RGB 180142202
HSL0.770.360.67
HSV278°30°79°
CMYK 0.110.300.00   0.21
XYZ39.156133.313660.2435
Yxy33.31360.29500.2510
Hunter Lab57.717920.0888-21.4818
CIE-Lab64.414025.4284-25.5451

#b48eca color RGB value is (180,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11001010
Octal 264 216 312
Decimal 180 142 202
Hex B4 8E CA

RGB Percentages of Color #b48eca

%34.35
%27.10
%38.55

CMYK Percentages of Color #b48eca

%11
%30
%0
%21

Triadic Colors of #b48eca

#b48eca #cab48e #8ecab4

Analogous Colors of #b48eca

#b48eca #ca8ec2 #968eca

Monochromatic Colors of #b48eca

#b48eca

Complementary Color

#b48eca #a4ca8e

#b48eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48eca Color CSS Codes

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

#b48eca Text Font Color

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

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


#b48eca Background Color

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

This div background color is #b48eca


#b48eca Border Color

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

This div border color is #b48eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48eca


Comments

No comments written yet.

Please login to write comment.