Color Hex Logo

#b279fc Color Hex

#B279FC
(178,121,252)
0 Favorites   0 Comments

Color spaces of #b279fc

RGB 178121252
HSL0.740.960.73
HSV266°52°99°
CMYK 0.290.520.00   0.01
XYZ42.768230.168095.6643
Yxy30.16800.25370.1789
Hunter Lab54.925442.8713-64.8184
CIE-Lab61.798947.8058-57.4189

#b279fc color RGB value is (178,121,252).

#b279fc hex color red value is 178, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b279fc hue: 0.74 , saturation: 0.96 and the lightness value of b279fc is 0.73.

The process color (four color CMYK) of #b279fc color hex is 0.29, 0.52, 0.00, 0.01. Web safe color of #b279fc is #9966ff. Color #b279fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 11111100
Octal 262 171 374
Decimal 178 121 252
Hex B2 79 FC

RGB Percentages of Color #b279fc

%32.30
%21.96
%45.74

CMYK Percentages of Color #b279fc

%29
%52
%0
%1

Triadic Colors of #b279fc

#b279fc #fcb279 #79fcb2

Analogous Colors of #b279fc

#b279fc #f479fc #7982fc

Monochromatic Colors of #b279fc

#b279fc

Complementary Color

#b279fc #c3fc79

#b279fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b279fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b279fc Color CSS Codes

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

#b279fc Text Font Color

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

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


#b279fc Background Color

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

This div background color is #b279fc


#b279fc Border Color

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

This div border color is #b279fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,121,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b279fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b279fc;
  -webkit-box-shadow: 1px 1px 3px 2px #b279fc;
  box-shadow:         1px 1px 3px 2px #b279fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,121,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b279fc


Comments

No comments written yet.

Please login to write comment.