Color Hex Logo

#b77edd Color Hex

#B77EDD
(183,126,221)
0 Favorites   0 Comments

Color spaces of #b77edd

RGB 183126221
HSL0.770.580.68
HSV276°43°87°
CMYK 0.170.430.00   0.13
XYZ40.040430.209472.1273
Yxy30.20940.28120.2122
Hunter Lab54.963133.8512-39.3313
CIE-Lab61.834539.3271-40.1478

#b77edd color RGB value is (183,126,221).

#b77edd hex color red value is 183, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b77edd hue: 0.77 , saturation: 0.58 and the lightness value of b77edd is 0.68.

The process color (four color CMYK) of #b77edd color hex is 0.17, 0.43, 0.00, 0.13. Web safe color of #b77edd is #cc66cc. Color #b77edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11011101
Octal 267 176 335
Decimal 183 126 221
Hex B7 7E DD

RGB Percentages of Color #b77edd

%34.53
%23.77
%41.70

CMYK Percentages of Color #b77edd

%17
%43
%0
%13

Triadic Colors of #b77edd

#b77edd #ddb77e #7eddb7

Analogous Colors of #b77edd

#b77edd #dd7ed4 #887edd

Monochromatic Colors of #b77edd

#b77edd

Complementary Color

#b77edd #a4dd7e

#b77edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77edd Color CSS Codes

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

#b77edd Text Font Color

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

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


#b77edd Background Color

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

This div background color is #b77edd


#b77edd Border Color

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

This div border color is #b77edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,126,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77edd


Comments

No comments written yet.

Please login to write comment.