Color Hex Logo

#8077ca Color Hex

#8077CA
(128,119,202)
0 Favorites   0 Comments

Color spaces of #8077ca

RGB 128119202
HSL0.680.440.63
HSV247°41°79°
CMYK 0.370.410.00   0.21
XYZ26.159622.047158.7539
Yxy22.04710.24460.2061
Hunter Lab46.954317.2773-41.3215
CIE-Lab54.076923.1819-42.0031

#8077ca color RGB value is (128,119,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110111 11001010
Octal 200 167 312
Decimal 128 119 202
Hex 80 77 CA

RGB Percentages of Color #8077ca

%28.51
%26.50
%44.99

CMYK Percentages of Color #8077ca

%37
%41
%0
%21

Triadic Colors of #8077ca

#8077ca #ca8077 #77ca80

Analogous Colors of #8077ca

#8077ca #aa77ca #7798ca

Monochromatic Colors of #8077ca

#8077ca

Complementary Color

#8077ca #c1ca77

#8077ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8077ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8077ca Color CSS Codes

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

#8077ca Text Font Color

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

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


#8077ca Background Color

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

This div background color is #8077ca


#8077ca Border Color

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

This div border color is #8077ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8077ca


Comments

No comments written yet.

Please login to write comment.