Color Hex Logo

#7b58dd Color Hex

#7B58DD
(123,88,221)
0 Favorites   0 Comments

Color spaces of #7b58dd

RGB 12388221
HSL0.710.660.61
HSV256°60°87°
CMYK 0.440.600.00   0.13
XYZ24.709216.410970.2719
Yxy16.41090.22180.1473
Hunter Lab40.510437.9825-74.4910
CIE-Lab47.509045.3664-63.3389

#7b58dd color RGB value is (123,88,221).

#7b58dd hex color red value is 123, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7b58dd hue: 0.71 , saturation: 0.66 and the lightness value of 7b58dd is 0.61.

The process color (four color CMYK) of #7b58dd color hex is 0.44, 0.60, 0.00, 0.13. Web safe color of #7b58dd is #6666cc. Color #7b58dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011000 11011101
Octal 173 130 335
Decimal 123 88 221
Hex 7B 58 DD

RGB Percentages of Color #7b58dd

%28.47
%20.37
%51.16

CMYK Percentages of Color #7b58dd

%44
%60
%0
%13

Triadic Colors of #7b58dd

#7b58dd #dd7b58 #58dd7b

Analogous Colors of #7b58dd

#7b58dd #be58dd #5878dd

Monochromatic Colors of #7b58dd

#7b58dd

Complementary Color

#7b58dd #badd58

#7b58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b58dd Color CSS Codes

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

#7b58dd Text Font Color

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

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


#7b58dd Background Color

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

This div background color is #7b58dd


#7b58dd Border Color

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

This div border color is #7b58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b58dd


Comments

No comments written yet.

Please login to write comment.