Color Hex Logo

#7482ce Color Hex

#7482CE
(116,130,206)
0 Favorites   0 Comments

Color spaces of #7482ce

RGB 116130206
HSL0.640.480.63
HSV231°44°81°
CMYK 0.440.370.00   0.19
XYZ26.325724.134561.6634
Yxy24.13450.23480.2152
Hunter Lab49.12699.6811-40.0312
CIE-Lab56.222214.6220-40.9489

#7482ce color RGB value is (116,130,206).

#7482ce hex color red value is 116, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7482ce hue: 0.64 , saturation: 0.48 and the lightness value of 7482ce is 0.63.

The process color (four color CMYK) of #7482ce color hex is 0.44, 0.37, 0.00, 0.19. Web safe color of #7482ce is #6699cc. Color #7482ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000010 11001110
Octal 164 202 316
Decimal 116 130 206
Hex 74 82 CE

RGB Percentages of Color #7482ce

%25.66
%28.76
%45.58

CMYK Percentages of Color #7482ce

%44
%37
%0
%19

Triadic Colors of #7482ce

#7482ce #ce7482 #82ce74

Analogous Colors of #7482ce

#7482ce #9374ce #74afce

Monochromatic Colors of #7482ce

#7482ce

Complementary Color

#7482ce #cec074

#7482ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7482ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7482ce Color CSS Codes

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

#7482ce Text Font Color

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

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


#7482ce Background Color

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

This div background color is #7482ce


#7482ce Border Color

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

This div border color is #7482ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,130,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7482ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7482ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7482ce;
  box-shadow:         1px 1px 3px 2px #7482ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7482ce


Comments

No comments written yet.

Please login to write comment.