Color Hex Logo

#7b88ff Color Hex

#7B88FF
(123,136,255)
0 Favorites   0 Comments

Color spaces of #7b88ff

RGB 123136255
HSL0.651.000.74
HSV234°52°100°
CMYK 0.520.470.00   0.00
XYZ35.022529.039398.3670
Yxy29.03930.21560.1788
Hunter Lab53.888121.7049-70.5059
CIE-Lab60.816327.3543-60.9002

#7b88ff color RGB value is (123,136,255).

#7b88ff hex color red value is 123, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7b88ff hue: 0.65 , saturation: 1.00 and the lightness value of 7b88ff is 0.74.

The process color (four color CMYK) of #7b88ff color hex is 0.52, 0.47, 0.00, 0.00. Web safe color of #7b88ff is #6699ff. Color #7b88ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001000 11111111
Octal 173 210 377
Decimal 123 136 255
Hex 7B 88 FF

RGB Percentages of Color #7b88ff

%23.93
%26.46
%49.61

CMYK Percentages of Color #7b88ff

%52
%47
%0
%0

Triadic Colors of #7b88ff

#7b88ff #ff7b88 #88ff7b

Analogous Colors of #7b88ff

#7b88ff #b07bff #7bcaff

Monochromatic Colors of #7b88ff

#7b88ff

Complementary Color

#7b88ff #fff27b

#7b88ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b88ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b88ff Color CSS Codes

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

#7b88ff Text Font Color

<p style="color:#7b88ff">Text here</p>

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


#7b88ff Background Color

<div style="background-color:#7b88ff">
Div content here</div>

This div background color is #7b88ff


#7b88ff Border Color

<div style="border:3px solid #7b88ff">
Div here</div>

This div border color is #7b88ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,136,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b88ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b88ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7b88ff;
  box-shadow:         1px 1px 3px 2px #7b88ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b88ff


Comments

No comments written yet.

Please login to write comment.