Color Hex Logo

#7670ec Color Hex

#7670EC
(118,112,236)
0 Favorites   0 Comments

Color spaces of #7670ec

RGB 118112236
HSL0.670.770.68
HSV243°53°93°
CMYK 0.500.530.00   0.07
XYZ28.405721.496082.0089
Yxy21.49600.21530.1630
Hunter Lab46.363828.2250-72.4183
CIE-Lab53.488134.7740-62.1617

#7670ec color RGB value is (118,112,236).

#7670ec hex color red value is 118, green value is 112 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7670ec hue: 0.67 , saturation: 0.77 and the lightness value of 7670ec is 0.68.

The process color (four color CMYK) of #7670ec color hex is 0.50, 0.53, 0.00, 0.07. Web safe color of #7670ec is #6666ff. Color #7670ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 11101100
Octal 166 160 354
Decimal 118 112 236
Hex 76 70 EC

RGB Percentages of Color #7670ec

%25.32
%24.03
%50.64

CMYK Percentages of Color #7670ec

%50
%53
%0
%7

Triadic Colors of #7670ec

#7670ec #ec7670 #70ec76

Analogous Colors of #7670ec

#7670ec #b470ec #70a8ec

Monochromatic Colors of #7670ec

#7670ec

Complementary Color

#7670ec #e6ec70

#7670ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7670ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7670ec Color CSS Codes

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

#7670ec Text Font Color

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

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


#7670ec Background Color

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

This div background color is #7670ec


#7670ec Border Color

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

This div border color is #7670ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,112,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 #7670ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7670ec


Comments

No comments written yet.

Please login to write comment.