Color Hex Logo

#7055fb Color Hex

#7055FB
(112,85,251)
0 Favorites   0 Comments

Color spaces of #7055fb

RGB 11285251
HSL0.690.950.66
HSV250°66°98°
CMYK 0.550.660.00   0.02
XYZ27.343216.906893.0890
Yxy16.90680.19910.1231
Hunter Lab41.117946.7454-105.4473
CIE-Lab48.142453.5949-79.2300

#7055fb color RGB value is (112,85,251).

#7055fb hex color red value is 112, green value is 85 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7055fb hue: 0.69 , saturation: 0.95 and the lightness value of 7055fb is 0.66.

The process color (four color CMYK) of #7055fb color hex is 0.55, 0.66, 0.00, 0.02. Web safe color of #7055fb is #6666ff. Color #7055fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 11111011
Octal 160 125 373
Decimal 112 85 251
Hex 70 55 FB

RGB Percentages of Color #7055fb

%25.00
%18.97
%56.03

CMYK Percentages of Color #7055fb

%55
%66
%0
%2

Triadic Colors of #7055fb

#7055fb #fb7055 #55fb70

Analogous Colors of #7055fb

#7055fb #c355fb #558dfb

Monochromatic Colors of #7055fb

#7055fb

Complementary Color

#7055fb #e0fb55

#7055fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7055fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7055fb Color CSS Codes

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

#7055fb Text Font Color

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

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


#7055fb Background Color

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

This div background color is #7055fb


#7055fb Border Color

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

This div border color is #7055fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7055fb


Comments

No comments written yet.

Please login to write comment.