Color Hex Logo

#7055be Color Hex

#7055BE
(112,85,190)
0 Favorites   0 Comments

Color spaces of #7055be

RGB 11285190
HSL0.710.450.54
HSV255°55°75°
CMYK 0.410.550.00   0.25
XYZ19.224913.659450.3385
Yxy13.65940.23100.1641
Hunter Lab36.958628.1734-54.8833
CIE-Lab43.740536.0006-51.6469

#7055be color RGB value is (112,85,190).

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

The process color (four color CMYK) of #7055be color hex is 0.41, 0.55, 0.00, 0.25. Web safe color of #7055be is #6666cc. Color #7055be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 10111110
Octal 160 125 276
Decimal 112 85 190
Hex 70 55 BE

RGB Percentages of Color #7055be

%28.94
%21.96
%49.10

CMYK Percentages of Color #7055be

%41
%55
%0
%25

Triadic Colors of #7055be

#7055be #be7055 #55be70

Analogous Colors of #7055be

#7055be #a555be #556fbe

Monochromatic Colors of #7055be

#7055be

Complementary Color

#7055be #a3be55

#7055be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7055be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7055be Color CSS Codes

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

#7055be Text Font Color

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

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


#7055be Background Color

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

This div background color is #7055be


#7055be Border Color

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

This div border color is #7055be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7055be


Comments

No comments written yet.

Please login to write comment.