Color Hex Logo

#7883ca Color Hex

#7883CA
(120,131,202)
0 Favorites   0 Comments

Color spaces of #7883ca

RGB 120131202
HSL0.640.440.63
HSV232°41°79°
CMYK 0.410.350.00   0.21
XYZ26.522724.489959.2062
Yxy24.48990.24060.2222
Hunter Lab49.48739.0643-36.2930
CIE-Lab56.575013.9124-38.1129

#7883ca color RGB value is (120,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000011 11001010
Octal 170 203 312
Decimal 120 131 202
Hex 78 83 CA

RGB Percentages of Color #7883ca

%26.49
%28.92
%44.59

CMYK Percentages of Color #7883ca

%41
%35
%0
%21

Triadic Colors of #7883ca

#7883ca #ca7883 #83ca78

Analogous Colors of #7883ca

#7883ca #9678ca #78acca

Monochromatic Colors of #7883ca

#7883ca

Complementary Color

#7883ca #cabf78

#7883ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7883ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7883ca Color CSS Codes

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

#7883ca Text Font Color

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

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


#7883ca Background Color

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

This div background color is #7883ca


#7883ca Border Color

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

This div border color is #7883ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7883ca


Comments

No comments written yet.

Please login to write comment.