Color Hex Logo

#7b86ec Color Hex

#7B86EC
(123,134,236)
0 Favorites   0 Comments

Color spaces of #7b86ec

RGB 123134236
HSL0.650.750.70
HSV234°48°93°
CMYK 0.480.430.00   0.07
XYZ31.833827.317382.9518
Yxy27.31730.22400.1922
Hunter Lab52.266017.2542-57.5136
CIE-Lab59.266922.8060-52.8931

#7b86ec color RGB value is (123,134,236).

#7b86ec hex color red value is 123, green value is 134 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7b86ec hue: 0.65 , saturation: 0.75 and the lightness value of 7b86ec is 0.70.

The process color (four color CMYK) of #7b86ec color hex is 0.48, 0.43, 0.00, 0.07. Web safe color of #7b86ec is #6699ff. Color #7b86ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000110 11101100
Octal 173 206 354
Decimal 123 134 236
Hex 7B 86 EC

RGB Percentages of Color #7b86ec

%24.95
%27.18
%47.87

CMYK Percentages of Color #7b86ec

%48
%43
%0
%7

Triadic Colors of #7b86ec

#7b86ec #ec7b86 #86ec7b

Analogous Colors of #7b86ec

#7b86ec #a97bec #7bbfec

Monochromatic Colors of #7b86ec

#7b86ec

Complementary Color

#7b86ec #ece17b

#7b86ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b86ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b86ec Color CSS Codes

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

#7b86ec Text Font Color

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

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


#7b86ec Background Color

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

This div background color is #7b86ec


#7b86ec Border Color

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

This div border color is #7b86ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b86ec


Comments

No comments written yet.

Please login to write comment.