Color Hex Logo

#b078f4 Color Hex

#B078F4
(176,120,244)
0 Favorites   0 Comments

Color spaces of #b078f4

RGB 176120244
HSL0.740.850.71
HSV267°51°96°
CMYK 0.280.510.00   0.04
XYZ40.950129.194789.0648
Yxy29.19470.25720.1834
Hunter Lab54.032140.7262-59.9092
CIE-Lab60.953145.9436-54.3669

#b078f4 color RGB value is (176,120,244).

#b078f4 hex color red value is 176, green value is 120 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #b078f4 hue: 0.74 , saturation: 0.85 and the lightness value of b078f4 is 0.71.

The process color (four color CMYK) of #b078f4 color hex is 0.28, 0.51, 0.00, 0.04. Web safe color of #b078f4 is #9966ff. Color #b078f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111000 11110100
Octal 260 170 364
Decimal 176 120 244
Hex B0 78 F4

RGB Percentages of Color #b078f4

%32.59
%22.22
%45.19

CMYK Percentages of Color #b078f4

%28
%51
%0
%4

Triadic Colors of #b078f4

#b078f4 #f4b078 #78f4b0

Analogous Colors of #b078f4

#b078f4 #ee78f4 #787ef4

Monochromatic Colors of #b078f4

#b078f4

Complementary Color

#b078f4 #bcf478

#b078f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b078f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b078f4 Color CSS Codes

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

#b078f4 Text Font Color

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

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


#b078f4 Background Color

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

This div background color is #b078f4


#b078f4 Border Color

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

This div border color is #b078f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b078f4


Comments

No comments written yet.

Please login to write comment.