Color Hex Logo

#b077ca Color Hex

#B077CA
(176,119,202)
0 Favorites   0 Comments

Color spaces of #b077ca

RGB 176119202
HSL0.780.440.63
HSV281°41°79°
CMYK 0.130.410.00   0.21
XYZ35.162026.688059.1752
Yxy26.68800.29050.2205
Hunter Lab51.660431.0880-31.7523
CIE-Lab58.684437.0188-34.4474

#b077ca color RGB value is (176,119,202).

#b077ca hex color red value is 176, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b077ca hue: 0.78 , saturation: 0.44 and the lightness value of b077ca is 0.63.

The process color (four color CMYK) of #b077ca color hex is 0.13, 0.41, 0.00, 0.21. Web safe color of #b077ca is #9966cc. Color #b077ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110111 11001010
Octal 260 167 312
Decimal 176 119 202
Hex B0 77 CA

RGB Percentages of Color #b077ca

%35.41
%23.94
%40.64

CMYK Percentages of Color #b077ca

%13
%41
%0
%21

Triadic Colors of #b077ca

#b077ca #cab077 #77cab0

Analogous Colors of #b077ca

#b077ca #ca77bb #8777ca

Monochromatic Colors of #b077ca

#b077ca

Complementary Color

#b077ca #91ca77

#b077ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b077ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b077ca Color CSS Codes

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

#b077ca Text Font Color

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

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


#b077ca Background Color

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

This div background color is #b077ca


#b077ca Border Color

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

This div border color is #b077ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b077ca


Comments

No comments written yet.

Please login to write comment.