Color Hex Logo

#7055ba Color Hex

#7055BA
(112,85,186)
0 Favorites   0 Comments

Color spaces of #7055ba

RGB 11285186
HSL0.710.420.53
HSV256°54°73°
CMYK 0.400.540.00   0.27
XYZ18.793513.486948.0671
Yxy13.48690.23390.1679
Hunter Lab36.724527.0782-51.8949
CIE-Lab43.487934.8772-49.7204

#7055ba color RGB value is (112,85,186).

#7055ba hex color red value is 112, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7055ba hue: 0.71 , saturation: 0.42 and the lightness value of 7055ba is 0.53.

The process color (four color CMYK) of #7055ba color hex is 0.40, 0.54, 0.00, 0.27. Web safe color of #7055ba is #6666cc. Color #7055ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 10111010
Octal 160 125 272
Decimal 112 85 186
Hex 70 55 BA

RGB Percentages of Color #7055ba

%29.24
%22.19
%48.56

CMYK Percentages of Color #7055ba

%40
%54
%0
%27

Triadic Colors of #7055ba

#7055ba #ba7055 #55ba70

Analogous Colors of #7055ba

#7055ba #a355ba #556dba

Monochromatic Colors of #7055ba

#7055ba

Complementary Color

#7055ba #9fba55

#7055ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7055ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7055ba Color CSS Codes

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

#7055ba Text Font Color

<p style="color:#7055ba">Text here</p>

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


#7055ba Background Color

<div style="background-color:#7055ba">
Div content here</div>

This div background color is #7055ba


#7055ba Border Color

<div style="border:3px solid #7055ba">
Div here</div>

This div border color is #7055ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,85,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7055ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7055ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7055ba;
  box-shadow:         1px 1px 3px 2px #7055ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7055ba


Comments

No comments written yet.

Please login to write comment.