Color Hex Logo

#b77edc Color Hex

#B77EDC
(183,126,220)
0 Favorites   0 Comments

Color spaces of #b77edc

RGB 183126220
HSL0.770.570.68
HSV276°43°86°
CMYK 0.170.430.00   0.14
XYZ39.907630.156371.4275
Yxy30.15630.28200.2131
Hunter Lab54.914833.6185-38.6780
CIE-Lab61.788839.1089-39.6608

#b77edc color RGB value is (183,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11011100
Octal 267 176 334
Decimal 183 126 220
Hex B7 7E DC

RGB Percentages of Color #b77edc

%34.59
%23.82
%41.59

CMYK Percentages of Color #b77edc

%17
%43
%0
%14

Triadic Colors of #b77edc

#b77edc #dcb77e #7edcb7

Analogous Colors of #b77edc

#b77edc #dc7ed2 #887edc

Monochromatic Colors of #b77edc

#b77edc

Complementary Color

#b77edc #a3dc7e

#b77edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77edc Color CSS Codes

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

#b77edc Text Font Color

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

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


#b77edc Background Color

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

This div background color is #b77edc


#b77edc Border Color

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

This div border color is #b77edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77edc


Comments

No comments written yet.

Please login to write comment.