Color Hex Logo

#b77cdc Color Hex

#B77CDC
(183,124,220)
0 Favorites   0 Comments

Color spaces of #b77cdc

RGB 183124220
HSL0.770.580.67
HSV277°44°86°
CMYK 0.170.440.00   0.14
XYZ39.654429.649971.3431
Yxy29.64990.28190.2108
Hunter Lab54.451734.7019-39.5660
CIE-Lab61.351040.2028-40.3473

#b77cdc color RGB value is (183,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111100 11011100
Octal 267 174 334
Decimal 183 124 220
Hex B7 7C DC

RGB Percentages of Color #b77cdc

%34.72
%23.53
%41.75

CMYK Percentages of Color #b77cdc

%17
%44
%0
%14

Triadic Colors of #b77cdc

#b77cdc #dcb77c #7cdcb7

Analogous Colors of #b77cdc

#b77cdc #dc7cd1 #877cdc

Monochromatic Colors of #b77cdc

#b77cdc

Complementary Color

#b77cdc #a1dc7c

#b77cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77cdc Color CSS Codes

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

#b77cdc Text Font Color

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

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


#b77cdc Background Color

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

This div background color is #b77cdc


#b77cdc Border Color

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

This div border color is #b77cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77cdc


Comments

No comments written yet.

Please login to write comment.