Color Hex Logo

#7babff Color Hex

#7BABFF
(123,171,255)
0 Favorites   0 Comments

Color spaces of #7babff

RGB 123171255
HSL0.611.000.74
HSV218°52°100°
CMYK 0.520.330.00   0.00
XYZ40.781340.5568100.2866
Yxy40.55680.22450.2233
Hunter Lab63.68422.8582-48.7879
CIE-Lab69.86437.0136-46.5498

#7babff color RGB value is (123,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 11111111
Octal 173 253 377
Decimal 123 171 255
Hex 7B AB FF

RGB Percentages of Color #7babff

%22.40
%31.15
%46.45

CMYK Percentages of Color #7babff

%52
%33
%0
%0

Triadic Colors of #7babff

#7babff #ff7bab #abff7b

Analogous Colors of #7babff

#7babff #8d7bff #7bedff

Monochromatic Colors of #7babff

#7babff

Complementary Color

#7babff #ffcf7b

#7babff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babff Color CSS Codes

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

#7babff Text Font Color

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

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


#7babff Background Color

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

This div background color is #7babff


#7babff Border Color

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

This div border color is #7babff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,171,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 #7babff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babff


Comments

No comments written yet.

Please login to write comment.