Color Hex Logo

#7484ef Color Hex

#7484EF
(116,132,239)
0 Favorites   0 Comments

Color spaces of #7484ef

RGB 116132239
HSL0.640.790.70
HSV232°51°94°
CMYK 0.510.450.00   0.06
XYZ31.033726.447585.1306
Yxy26.44750.21760.1855
Hunter Lab51.427117.7183-62.1475
CIE-Lab58.459423.3527-55.8708

#7484ef color RGB value is (116,132,239).

#7484ef hex color red value is 116, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7484ef hue: 0.64 , saturation: 0.79 and the lightness value of 7484ef is 0.70.

The process color (four color CMYK) of #7484ef color hex is 0.51, 0.45, 0.00, 0.06. Web safe color of #7484ef is #6699ff. Color #7484ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 11101111
Octal 164 204 357
Decimal 116 132 239
Hex 74 84 EF

RGB Percentages of Color #7484ef

%23.82
%27.10
%49.08

CMYK Percentages of Color #7484ef

%51
%45
%0
%6

Triadic Colors of #7484ef

#7484ef #ef7484 #84ef74

Analogous Colors of #7484ef

#7484ef #a274ef #74c2ef

Monochromatic Colors of #7484ef

#7484ef

Complementary Color

#7484ef #efdf74

#7484ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484ef Color CSS Codes

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

#7484ef Text Font Color

<p style="color:#7484ef">Text here</p>

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


#7484ef Background Color

<div style="background-color:#7484ef">
Div content here</div>

This div background color is #7484ef


#7484ef Border Color

<div style="border:3px solid #7484ef">
Div here</div>

This div border color is #7484ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,132,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7484ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7484ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7484ef;
  box-shadow:         1px 1px 3px 2px #7484ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484ef

Related Colors


Comments

No comments written yet.

Please login to write comment.