Color Hex Logo

#7b84ed Color Hex

#7B84ED
(123,132,237)
0 Favorites   0 Comments

Color spaces of #7b84ed

RGB 123132237
HSL0.650.760.71
HSV235°48°93°
CMYK 0.480.440.00   0.07
XYZ31.705726.827983.6280
Yxy26.82790.22300.1887
Hunter Lab51.795718.6229-59.4712
CIE-Lab58.814724.2887-54.1677

#7b84ed color RGB value is (123,132,237).

#7b84ed hex color red value is 123, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7b84ed hue: 0.65 , saturation: 0.76 and the lightness value of 7b84ed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000100 11101101
Octal 173 204 355
Decimal 123 132 237
Hex 7B 84 ED

RGB Percentages of Color #7b84ed

%25.00
%26.83
%48.17

CMYK Percentages of Color #7b84ed

%48
%44
%0
%7

Triadic Colors of #7b84ed

#7b84ed #ed7b84 #84ed7b

Analogous Colors of #7b84ed

#7b84ed #ab7bed #7bbded

Monochromatic Colors of #7b84ed

#7b84ed

Complementary Color

#7b84ed #ede47b

#7b84ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b84ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b84ed Color CSS Codes

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

#7b84ed Text Font Color

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

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


#7b84ed Background Color

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

This div background color is #7b84ed


#7b84ed Border Color

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

This div border color is #7b84ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b84ed


Comments

No comments written yet.

Please login to write comment.