Color Hex Logo

#b279de Color Hex

#B279DE
(178,121,222)
0 Favorites   0 Comments

Color spaces of #b279de

RGB 178121222
HSL0.760.600.67
HSV274°45°87°
CMYK 0.200.450.00   0.13
XYZ38.382328.413672.5687
Yxy28.41360.27540.2039
Hunter Lab53.304435.2478-43.4044
CIE-Lab60.260640.8642-43.2163

#b279de color RGB value is (178,121,222).

#b279de hex color red value is 178, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b279de hue: 0.76 , saturation: 0.60 and the lightness value of b279de is 0.67.

The process color (four color CMYK) of #b279de color hex is 0.20, 0.45, 0.00, 0.13. Web safe color of #b279de is #9966cc. Color #b279de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 11011110
Octal 262 171 336
Decimal 178 121 222
Hex B2 79 DE

RGB Percentages of Color #b279de

%34.17
%23.22
%42.61

CMYK Percentages of Color #b279de

%20
%45
%0
%13

Triadic Colors of #b279de

#b279de #deb279 #79deb2

Analogous Colors of #b279de

#b279de #de79d8 #8079de

Monochromatic Colors of #b279de

#b279de

Complementary Color

#b279de #a5de79

#b279de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b279de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b279de Color CSS Codes

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

#b279de Text Font Color

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

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


#b279de Background Color

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

This div background color is #b279de


#b279de Border Color

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

This div border color is #b279de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b279de


Comments

No comments written yet.

Please login to write comment.