Color Hex Logo

#b478ee Color Hex

#B478EE
(180,120,238)
0 Favorites   0 Comments

Color spaces of #b478ee

RGB 180120238
HSL0.750.780.70
HSV271°50°93°
CMYK 0.240.500.00   0.07
XYZ40.971529.309384.3867
Yxy29.30930.26490.1895
Hunter Lab54.138140.3466-54.5205
CIE-Lab61.053645.5759-50.8597

#b478ee color RGB value is (180,120,238).

#b478ee hex color red value is 180, green value is 120 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b478ee hue: 0.75 , saturation: 0.78 and the lightness value of b478ee is 0.70.

The process color (four color CMYK) of #b478ee color hex is 0.24, 0.50, 0.00, 0.07. Web safe color of #b478ee is #cc66ff. Color #b478ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 11101110
Octal 264 170 356
Decimal 180 120 238
Hex B4 78 EE

RGB Percentages of Color #b478ee

%33.46
%22.30
%44.24

CMYK Percentages of Color #b478ee

%24
%50
%0
%7

Triadic Colors of #b478ee

#b478ee #eeb478 #78eeb4

Analogous Colors of #b478ee

#b478ee #ee78ed #7978ee

Monochromatic Colors of #b478ee

#b478ee

Complementary Color

#b478ee #b2ee78

#b478ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b478ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b478ee Color CSS Codes

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

#b478ee Text Font Color

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

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


#b478ee Background Color

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

This div background color is #b478ee


#b478ee Border Color

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

This div border color is #b478ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,120,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b478ee


Comments

No comments written yet.

Please login to write comment.