Color Hex Logo

#7883ed Color Hex

#7883ED
(120,131,237)
0 Favorites   0 Comments

Color spaces of #7883ed

RGB 120131237
HSL0.650.760.70
HSV234°49°93°
CMYK 0.490.450.00   0.07
XYZ31.148126.340183.5632
Yxy26.34010.22080.1867
Hunter Lab51.322618.5185-60.6098
CIE-Lab58.358524.2103-54.9070

#7883ed color RGB value is (120,131,237).

#7883ed hex color red value is 120, green value is 131 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7883ed hue: 0.65 , saturation: 0.76 and the lightness value of 7883ed is 0.70.

The process color (four color CMYK) of #7883ed color hex is 0.49, 0.45, 0.00, 0.07. Web safe color of #7883ed is #6699ff. Color #7883ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000011 11101101
Octal 170 203 355
Decimal 120 131 237
Hex 78 83 ED

RGB Percentages of Color #7883ed

%24.59
%26.84
%48.57

CMYK Percentages of Color #7883ed

%49
%45
%0
%7

Triadic Colors of #7883ed

#7883ed #ed7883 #83ed78

Analogous Colors of #7883ed

#7883ed #a878ed #78beed

Monochromatic Colors of #7883ed

#7883ed

Complementary Color

#7883ed #ede278

#7883ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7883ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7883ed Color CSS Codes

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

#7883ed Text Font Color

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

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


#7883ed Background Color

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

This div background color is #7883ed


#7883ed Border Color

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

This div border color is #7883ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,131,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7883ed


Comments

No comments written yet.

Please login to write comment.