Color Hex Logo

#b779ee Color Hex

#B779EE
(183,121,238)
0 Favorites   0 Comments

Color spaces of #b779ee

RGB 183121238
HSL0.750.770.70
HSV272°49°93°
CMYK 0.230.490.00   0.07
XYZ41.798429.915184.4601
Yxy29.91510.26760.1916
Hunter Lab54.694740.6963-53.2699
CIE-Lab61.580945.8273-50.0039

#b779ee color RGB value is (183,121,238).

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

The process color (four color CMYK) of #b779ee color hex is 0.23, 0.49, 0.00, 0.07. Web safe color of #b779ee is #cc66ff. Color #b779ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 11101110
Octal 267 171 356
Decimal 183 121 238
Hex B7 79 EE

RGB Percentages of Color #b779ee

%33.76
%22.32
%43.91

CMYK Percentages of Color #b779ee

%23
%49
%0
%7

Triadic Colors of #b779ee

#b779ee #eeb779 #79eeb7

Analogous Colors of #b779ee

#b779ee #ee79eb #7d79ee

Monochromatic Colors of #b779ee

#b779ee

Complementary Color

#b779ee #b0ee79

#b779ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b779ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b779ee Color CSS Codes

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

#b779ee Text Font Color

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

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


#b779ee Background Color

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

This div background color is #b779ee


#b779ee Border Color

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

This div border color is #b779ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,121,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 #b779ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b779ee


Comments

No comments written yet.

Please login to write comment.