Color Hex Logo

#7487ef Color Hex

#7487EF
(116,135,239)
0 Favorites   0 Comments

Color spaces of #7487ef

RGB 116135239
HSL0.640.790.70
HSV231°51°94°
CMYK 0.510.440.00   0.06
XYZ31.446427.272985.2682
Yxy27.27290.21840.1894
Hunter Lab52.223516.0929-60.2497
CIE-Lab59.226121.5676-54.6481

#7487ef color RGB value is (116,135,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 11101111
Octal 164 207 357
Decimal 116 135 239
Hex 74 87 EF

RGB Percentages of Color #7487ef

%23.67
%27.55
%48.78

CMYK Percentages of Color #7487ef

%51
%44
%0
%6

Triadic Colors of #7487ef

#7487ef #ef7487 #87ef74

Analogous Colors of #7487ef

#7487ef #9f74ef #74c5ef

Monochromatic Colors of #7487ef

#7487ef

Complementary Color

#7487ef #efdc74

#7487ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7487ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7487ef Color CSS Codes

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

#7487ef Text Font Color

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

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


#7487ef Background Color

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

This div background color is #7487ef


#7487ef Border Color

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

This div border color is #7487ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,135,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 #7487ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7487ef


Comments

No comments written yet.

Please login to write comment.