Color Hex Logo

#7670df Color Hex

#7670DF
(118,112,223)
0 Favorites   0 Comments

Color spaces of #7670df

RGB 118112223
HSL0.680.630.66
HSV243°50°87°
CMYK 0.470.500.00   0.13
XYZ26.584720.767672.4194
Yxy20.76760.22200.1734
Hunter Lab45.571524.3801-62.3200
CIE-Lab52.694230.8943-56.1419

#7670df color RGB value is (118,112,223).

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

The process color (four color CMYK) of #7670df color hex is 0.47, 0.50, 0.00, 0.13. Web safe color of #7670df is #6666cc. Color #7670df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 11011111
Octal 166 160 337
Decimal 118 112 223
Hex 76 70 DF

RGB Percentages of Color #7670df

%26.05
%24.72
%49.23

CMYK Percentages of Color #7670df

%47
%50
%0
%13

Triadic Colors of #7670df

#7670df #df7670 #70df76

Analogous Colors of #7670df

#7670df #ae70df #70a2df

Monochromatic Colors of #7670df

#7670df

Complementary Color

#7670df #d9df70

#7670df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7670df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7670df Color CSS Codes

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

#7670df Text Font Color

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

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


#7670df Background Color

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

This div background color is #7670df


#7670df Border Color

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

This div border color is #7670df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7670df


Comments

No comments written yet.

Please login to write comment.