Color Hex Logo

#b377cd Color Hex

#B377CD
(179,119,205)
0 Favorites   0 Comments

Color spaces of #b377cd

RGB 179119205
HSL0.780.460.64
HSV282°42°80°
CMYK 0.130.420.00   0.20
XYZ36.206727.185161.0966
Yxy27.18510.29080.2184
Hunter Lab52.139332.7105-32.9782
CIE-Lab59.145338.5525-35.4006

#b377cd color RGB value is (179,119,205).

#b377cd hex color red value is 179, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b377cd hue: 0.78 , saturation: 0.46 and the lightness value of b377cd is 0.64.

The process color (four color CMYK) of #b377cd color hex is 0.13, 0.42, 0.00, 0.20. Web safe color of #b377cd is #cc66cc. Color #b377cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 11001101
Octal 263 167 315
Decimal 179 119 205
Hex B3 77 CD

RGB Percentages of Color #b377cd

%35.59
%23.66
%40.76

CMYK Percentages of Color #b377cd

%13
%42
%0
%20

Triadic Colors of #b377cd

#b377cd #cdb377 #77cdb3

Analogous Colors of #b377cd

#b377cd #cd77bc #8877cd

Monochromatic Colors of #b377cd

#b377cd

Complementary Color

#b377cd #91cd77

#b377cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377cd Color CSS Codes

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

#b377cd Text Font Color

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

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


#b377cd Background Color

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

This div background color is #b377cd


#b377cd Border Color

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

This div border color is #b377cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,119,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b377cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b377cd;
  -webkit-box-shadow: 1px 1px 3px 2px #b377cd;
  box-shadow:         1px 1px 3px 2px #b377cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,119,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377cd


Comments

No comments written yet.

Please login to write comment.