Color Hex Logo

#7378af Color Hex

#7378AF
(115,120,175)
0 Favorites   0 Comments

Color spaces of #7378af

RGB 115120175
HSL0.650.270.57
HSV235°34°69°
CMYK 0.340.310.00   0.31
XYZ21.524620.172943.3167
Yxy20.17290.25320.2373
Hunter Lab44.91436.9440-25.7411
CIE-Lab52.032111.5257-29.7973

#7378af color RGB value is (115,120,175).

#7378af hex color red value is 115, green value is 120 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7378af hue: 0.65 , saturation: 0.27 and the lightness value of 7378af is 0.57.

The process color (four color CMYK) of #7378af color hex is 0.34, 0.31, 0.00, 0.31. Web safe color of #7378af is #666699. Color #7378af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111000 10101111
Octal 163 170 257
Decimal 115 120 175
Hex 73 78 AF

RGB Percentages of Color #7378af

%28.05
%29.27
%42.68

CMYK Percentages of Color #7378af

%34
%31
%0
%31

Triadic Colors of #7378af

#7378af #af7378 #78af73

Analogous Colors of #7378af

#7378af #8c73af #7396af

Monochromatic Colors of #7378af

#7378af

Complementary Color

#7378af #afaa73

#7378af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7378af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7378af Color CSS Codes

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

#7378af Text Font Color

<p style="color:#7378af">Text here</p>

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


#7378af Background Color

<div style="background-color:#7378af">
Div content here</div>

This div background color is #7378af


#7378af Border Color

<div style="border:3px solid #7378af">
Div here</div>

This div border color is #7378af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,120,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7378af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7378af;
  -webkit-box-shadow: 1px 1px 3px 2px #7378af;
  box-shadow:         1px 1px 3px 2px #7378af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,120,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7378af


Comments

No comments written yet.

Please login to write comment.