Color Hex Logo

#7babfb Color Hex

#7BABFB
(123,171,251)
0 Favorites   0 Comments

Color spaces of #7babfb

RGB 123171251
HSL0.600.940.73
HSV218°51°98°
CMYK 0.510.320.00   0.02
XYZ40.143940.301896.9300
Yxy40.30180.22630.2272
Hunter Lab63.48371.7780-46.0883
CIE-Lab69.68395.8158-44.6651

#7babfb color RGB value is (123,171,251).

#7babfb hex color red value is 123, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7babfb hue: 0.60 , saturation: 0.94 and the lightness value of 7babfb is 0.73.

The process color (four color CMYK) of #7babfb color hex is 0.51, 0.32, 0.00, 0.02. Web safe color of #7babfb is #6699ff. Color #7babfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 11111011
Octal 173 253 373
Decimal 123 171 251
Hex 7B AB FB

RGB Percentages of Color #7babfb

%22.57
%31.38
%46.06

CMYK Percentages of Color #7babfb

%51
%32
%0
%2

Triadic Colors of #7babfb

#7babfb #fb7bab #abfb7b

Analogous Colors of #7babfb

#7babfb #8b7bfb #7bebfb

Monochromatic Colors of #7babfb

#7babfb

Complementary Color

#7babfb #fbcb7b

#7babfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babfb Color CSS Codes

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

#7babfb Text Font Color

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

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


#7babfb Background Color

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

This div background color is #7babfb


#7babfb Border Color

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

This div border color is #7babfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babfb


Comments

No comments written yet.

Please login to write comment.