Color Hex Logo

#b38eed Color Hex

#B38EED
(179,142,237)
0 Favorites   0 Comments

Color spaces of #b38eed

RGB 179142237
HSL0.730.730.74
HSV263°40°93°
CMYK 0.240.400.00   0.07
XYZ43.549535.044184.5897
Yxy35.04410.26690.2148
Hunter Lab59.198127.7183-43.2824
CIE-Lab65.783032.9521-42.8528

#b38eed color RGB value is (179,142,237).

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

The process color (four color CMYK) of #b38eed color hex is 0.24, 0.40, 0.00, 0.07. Web safe color of #b38eed is #cc99ff. Color #b38eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11101101
Octal 263 216 355
Decimal 179 142 237
Hex B3 8E ED

RGB Percentages of Color #b38eed

%32.08
%25.45
%42.47

CMYK Percentages of Color #b38eed

%24
%40
%0
%7

Triadic Colors of #b38eed

#b38eed #edb38e #8eedb3

Analogous Colors of #b38eed

#b38eed #e38eed #8e99ed

Monochromatic Colors of #b38eed

#b38eed

Complementary Color

#b38eed #c8ed8e

#b38eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38eed Color CSS Codes

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

#b38eed Text Font Color

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

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


#b38eed Background Color

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

This div background color is #b38eed


#b38eed Border Color

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

This div border color is #b38eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38eed


Comments

No comments written yet.

Please login to write comment.