Color Hex Logo

#7088fd Color Hex

#7088FD
(112,136,253)
0 Favorites   0 Comments

Color spaces of #7088fd

RGB 112136253
HSL0.640.970.72
HSV230°56°99°
CMYK 0.560.460.00   0.01
XYZ33.215928.144996.6104
Yxy28.14490.21030.1782
Hunter Lab53.051818.9189-70.8344
CIE-Lab60.019424.5164-61.1163

#7088fd color RGB value is (112,136,253).

#7088fd hex color red value is 112, green value is 136 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7088fd hue: 0.64 , saturation: 0.97 and the lightness value of 7088fd is 0.72.

The process color (four color CMYK) of #7088fd color hex is 0.56, 0.46, 0.00, 0.01. Web safe color of #7088fd is #6699ff. Color #7088fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 11111101
Octal 160 210 375
Decimal 112 136 253
Hex 70 88 FD

RGB Percentages of Color #7088fd

%22.36
%27.15
%50.50

CMYK Percentages of Color #7088fd

%56
%46
%0
%1

Triadic Colors of #7088fd

#7088fd #fd7088 #88fd70

Analogous Colors of #7088fd

#7088fd #9f70fd #70cffd

Monochromatic Colors of #7088fd

#7088fd

Complementary Color

#7088fd #fde570

#7088fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7088fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7088fd Color CSS Codes

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

#7088fd Text Font Color

<p style="color:#7088fd">Text here</p>

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


#7088fd Background Color

<div style="background-color:#7088fd">
Div content here</div>

This div background color is #7088fd


#7088fd Border Color

<div style="border:3px solid #7088fd">
Div here</div>

This div border color is #7088fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,136,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7088fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7088fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7088fd;
  box-shadow:         1px 1px 3px 2px #7088fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7088fd


Comments

No comments written yet.

Please login to write comment.