Color Hex Logo

#7487ec Color Hex

#7487EC
(116,135,236)
0 Favorites   0 Comments

Color spaces of #7487ec

RGB 116135236
HSL0.640.760.69
HSV231°51°93°
CMYK 0.510.430.00   0.07
XYZ31.006827.097182.9529
Yxy27.09710.21980.1921
Hunter Lab52.054915.2286-58.0441
CIE-Lab59.064120.6468-53.2435

#7487ec color RGB value is (116,135,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 11101100
Octal 164 207 354
Decimal 116 135 236
Hex 74 87 EC

RGB Percentages of Color #7487ec

%23.82
%27.72
%48.46

CMYK Percentages of Color #7487ec

%51
%43
%0
%7

Triadic Colors of #7487ec

#7487ec #ec7487 #87ec74

Analogous Colors of #7487ec

#7487ec #9d74ec #74c3ec

Monochromatic Colors of #7487ec

#7487ec

Complementary Color

#7487ec #ecd974

#7487ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7487ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7487ec Color CSS Codes

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

#7487ec Text Font Color

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

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


#7487ec Background Color

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

This div background color is #7487ec


#7487ec Border Color

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

This div border color is #7487ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7487ec


Comments

No comments written yet.

Please login to write comment.