Color Hex Logo

#7875df Color Hex

#7875DF
(120,117,223)
0 Favorites   0 Comments

Color spaces of #7875df

RGB 120117223
HSL0.670.620.67
HSV242°48°87°
CMYK 0.460.480.00   0.13
XYZ27.426322.043472.6213
Yxy22.04340.22460.1805
Hunter Lab46.950422.1084-58.8425
CIE-Lab54.073028.3659-53.9267

#7875df color RGB value is (120,117,223).

#7875df hex color red value is 120, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7875df hue: 0.67 , saturation: 0.62 and the lightness value of 7875df is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 11011111
Octal 170 165 337
Decimal 120 117 223
Hex 78 75 DF

RGB Percentages of Color #7875df

%26.09
%25.43
%48.48

CMYK Percentages of Color #7875df

%46
%48
%0
%13

Triadic Colors of #7875df

#7875df #df7875 #75df78

Analogous Colors of #7875df

#7875df #ad75df #75a7df

Monochromatic Colors of #7875df

#7875df

Complementary Color

#7875df #dcdf75

#7875df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7875df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7875df Color CSS Codes

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

#7875df Text Font Color

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

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


#7875df Background Color

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

This div background color is #7875df


#7875df Border Color

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

This div border color is #7875df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,117,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 #7875df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7875df


Comments

No comments written yet.

Please login to write comment.