Color Hex Logo

#b77dee Color Hex

#B77DEE
(183,125,238)
0 Favorites   0 Comments

Color spaces of #b77dee

RGB 183125238
HSL0.750.770.71
HSV271°47°93°
CMYK 0.230.470.00   0.07
XYZ42.294730.907684.6255
Yxy30.90760.26800.1958
Hunter Lab55.594638.5069-51.3344
CIE-Lab62.429643.6683-48.6605

#b77dee color RGB value is (183,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111101 11101110
Octal 267 175 356
Decimal 183 125 238
Hex B7 7D EE

RGB Percentages of Color #b77dee

%33.52
%22.89
%43.59

CMYK Percentages of Color #b77dee

%23
%47
%0
%7

Triadic Colors of #b77dee

#b77dee #eeb77d #7deeb7

Analogous Colors of #b77dee

#b77dee #ee7ded #7f7dee

Monochromatic Colors of #b77dee

#b77dee

Complementary Color

#b77dee #b4ee7d

#b77dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77dee Color CSS Codes

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

#b77dee Text Font Color

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

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


#b77dee Background Color

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

This div background color is #b77dee


#b77dee Border Color

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

This div border color is #b77dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77dee


Comments

No comments written yet.

Please login to write comment.