Color Hex Logo

#7483bc Color Hex

#7483BC
(116,131,188)
0 Favorites   0 Comments

Color spaces of #7483bc

RGB 116131188
HSL0.630.350.60
HSV228°38°74°
CMYK 0.380.300.00   0.26
XYZ24.395923.576450.8419
Yxy23.57640.24690.2386
Hunter Lab48.55554.7121-28.0930
CIE-Lab55.66128.8734-31.6078

#7483bc color RGB value is (116,131,188).

#7483bc hex color red value is 116, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7483bc hue: 0.63 , saturation: 0.35 and the lightness value of 7483bc is 0.60.

The process color (four color CMYK) of #7483bc color hex is 0.38, 0.30, 0.00, 0.26. Web safe color of #7483bc is #6699cc. Color #7483bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000011 10111100
Octal 164 203 274
Decimal 116 131 188
Hex 74 83 BC

RGB Percentages of Color #7483bc

%26.67
%30.11
%43.22

CMYK Percentages of Color #7483bc

%38
%30
%0
%26

Triadic Colors of #7483bc

#7483bc #bc7483 #83bc74

Analogous Colors of #7483bc

#7483bc #8974bc #74a7bc

Monochromatic Colors of #7483bc

#7483bc

Complementary Color

#7483bc #bcad74

#7483bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7483bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7483bc Color CSS Codes

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

#7483bc Text Font Color

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

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


#7483bc Background Color

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

This div background color is #7483bc


#7483bc Border Color

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

This div border color is #7483bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,131,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7483bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7483bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7483bc;
  box-shadow:         1px 1px 3px 2px #7483bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7483bc


Comments

No comments written yet.

Please login to write comment.