Color Hex Logo

#b08ef3 Color Hex

#B08EF3
(176,142,243)
0 Favorites   0 Comments

Color spaces of #b08ef3

RGB 176142243
HSL0.720.810.75
HSV260°42°95°
CMYK 0.280.420.00   0.05
XYZ43.755235.047289.2527
Yxy35.04720.26040.2085
Hunter Lab59.200728.3281-47.9469
CIE-Lab65.785433.5477-46.1668

#b08ef3 color RGB value is (176,142,243).

#b08ef3 hex color red value is 176, green value is 142 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #b08ef3 hue: 0.72 , saturation: 0.81 and the lightness value of b08ef3 is 0.75.

The process color (four color CMYK) of #b08ef3 color hex is 0.28, 0.42, 0.00, 0.05. Web safe color of #b08ef3 is #9999ff. Color #b08ef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 11110011
Octal 260 216 363
Decimal 176 142 243
Hex B0 8E F3

RGB Percentages of Color #b08ef3

%31.37
%25.31
%43.32

CMYK Percentages of Color #b08ef3

%28
%42
%0
%5

Triadic Colors of #b08ef3

#b08ef3 #f3b08e #8ef3b0

Analogous Colors of #b08ef3

#b08ef3 #e38ef3 #8e9ff3

Monochromatic Colors of #b08ef3

#b08ef3

Complementary Color

#b08ef3 #d1f38e

#b08ef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ef3 Color CSS Codes

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

#b08ef3 Text Font Color

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

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


#b08ef3 Background Color

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

This div background color is #b08ef3


#b08ef3 Border Color

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

This div border color is #b08ef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ef3


Comments

No comments written yet.

Please login to write comment.