Color Hex Logo

#7b58ca Color Hex

#7B58CA
(123,88,202)
0 Favorites   0 Comments

Color spaces of #7b58ca

RGB 12388202
HSL0.720.520.57
HSV258°56°79°
CMYK 0.390.560.00   0.21
XYZ22.318815.454757.6838
Yxy15.45470.23380.1619
Hunter Lab39.312532.5427-59.4784
CIE-Lab46.250840.1485-54.5019

#7b58ca color RGB value is (123,88,202).

#7b58ca hex color red value is 123, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7b58ca hue: 0.72 , saturation: 0.52 and the lightness value of 7b58ca is 0.57.

The process color (four color CMYK) of #7b58ca color hex is 0.39, 0.56, 0.00, 0.21. Web safe color of #7b58ca is #6666cc. Color #7b58ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011000 11001010
Octal 173 130 312
Decimal 123 88 202
Hex 7B 58 CA

RGB Percentages of Color #7b58ca

%29.78
%21.31
%48.91

CMYK Percentages of Color #7b58ca

%39
%56
%0
%21

Triadic Colors of #7b58ca

#7b58ca #ca7b58 #58ca7b

Analogous Colors of #7b58ca

#7b58ca #b458ca #586eca

Monochromatic Colors of #7b58ca

#7b58ca

Complementary Color

#7b58ca #a7ca58

#7b58ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b58ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b58ca Color CSS Codes

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

#7b58ca Text Font Color

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

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


#7b58ca Background Color

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

This div background color is #7b58ca


#7b58ca Border Color

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

This div border color is #7b58ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b58ca


Comments

No comments written yet.

Please login to write comment.