Color Hex Logo

#7b30ca Color Hex

#7B30CA
(123,48,202)
0 Favorites   0 Comments

Color spaces of #7b30ca

RGB 12348202
HSL0.750.620.49
HSV269°76°79°
CMYK 0.390.760.00   0.21
XYZ19.886010.589156.8729
Yxy10.58910.22770.1212
Hunter Lab32.540952.1362-80.8446
CIE-Lab38.879660.2790-66.4489

#7b30ca color RGB value is (123,48,202).

#7b30ca hex color red value is 123, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7b30ca hue: 0.75 , saturation: 0.62 and the lightness value of 7b30ca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110000 11001010
Octal 173 60 312
Decimal 123 48 202
Hex 7B 30 CA

RGB Percentages of Color #7b30ca

%32.98
%12.87
%54.16

CMYK Percentages of Color #7b30ca

%39
%76
%0
%21

Triadic Colors of #7b30ca

#7b30ca #ca7b30 #30ca7b

Analogous Colors of #7b30ca

#7b30ca #c830ca #3032ca

Monochromatic Colors of #7b30ca

#7b30ca

Complementary Color

#7b30ca #7fca30

#7b30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b30ca Color CSS Codes

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

#7b30ca Text Font Color

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

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


#7b30ca Background Color

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

This div background color is #7b30ca


#7b30ca Border Color

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

This div border color is #7b30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b30ca


Comments

No comments written yet.

Please login to write comment.