Color Hex Logo

#b38efd Color Hex

#B38EFD
(179,142,253)
0 Favorites   0 Comments

Color spaces of #b38efd

RGB 179142253
HSL0.720.970.77
HSV260°44°99°
CMYK 0.290.440.00   0.01
XYZ45.993036.021697.4573
Yxy36.02160.25630.2007
Hunter Lab60.018031.7566-54.2626
CIE-Lab66.536436.7830-50.4401

#b38efd color RGB value is (179,142,253).

#b38efd hex color red value is 179, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b38efd hue: 0.72 , saturation: 0.97 and the lightness value of b38efd is 0.77.

The process color (four color CMYK) of #b38efd color hex is 0.29, 0.44, 0.00, 0.01. Web safe color of #b38efd is #cc99ff. Color #b38efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11111101
Octal 263 216 375
Decimal 179 142 253
Hex B3 8E FD

RGB Percentages of Color #b38efd

%31.18
%24.74
%44.08

CMYK Percentages of Color #b38efd

%29
%44
%0
%1

Triadic Colors of #b38efd

#b38efd #fdb38e #8efdb3

Analogous Colors of #b38efd

#b38efd #eb8efd #8ea1fd

Monochromatic Colors of #b38efd

#b38efd

Complementary Color

#b38efd #d8fd8e

#b38efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38efd Color CSS Codes

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

#b38efd Text Font Color

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

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


#b38efd Background Color

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

This div background color is #b38efd


#b38efd Border Color

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

This div border color is #b38efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38efd


Comments

No comments written yet.

Please login to write comment.