Color Hex Logo

#7670fe Color Hex

#7670FE
(118,112,254)
0 Favorites   0 Comments

Color spaces of #7670fe

RGB 118112254
HSL0.670.990.72
HSV243°56°100°
CMYK 0.540.560.00   0.00
XYZ31.154822.595696.4853
Yxy22.59560.20740.1504
Hunter Lab47.534833.8047-87.0713
CIE-Lab54.653340.2055-70.2852

#7670fe color RGB value is (118,112,254).

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

The process color (four color CMYK) of #7670fe color hex is 0.54, 0.56, 0.00, 0.00. Web safe color of #7670fe is #6666ff. Color #7670fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 11111110
Octal 166 160 376
Decimal 118 112 254
Hex 76 70 FE

RGB Percentages of Color #7670fe

%24.38
%23.14
%52.48

CMYK Percentages of Color #7670fe

%54
%56
%0
%0

Triadic Colors of #7670fe

#7670fe #fe7670 #70fe76

Analogous Colors of #7670fe

#7670fe #bd70fe #70b1fe

Monochromatic Colors of #7670fe

#7670fe

Complementary Color

#7670fe #f8fe70

#7670fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7670fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7670fe Color CSS Codes

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

#7670fe Text Font Color

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

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


#7670fe Background Color

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

This div background color is #7670fe


#7670fe Border Color

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

This div border color is #7670fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,112,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7670fe

Related Colors


Comments

No comments written yet.

Please login to write comment.