Color Hex Logo

#7b03cc Color Hex

#7B03CC
(123,3,204)
1 Favorites   0 Comments

Color spaces of #7b03cc

RGB 1233204
HSL0.770.970.41
HSV276°99°80°
CMYK 0.400.990.00   0.20
XYZ19.10008.635757.7869
Yxy8.63570.22330.1010
Hunter Lab29.386664.5908-96.0196
CIE-Lab35.273271.8604-73.5251

#7b03cc color RGB value is (123,3,204).

#7b03cc hex color red value is 123, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7b03cc hue: 0.77 , saturation: 0.97 and the lightness value of 7b03cc is 0.41.

The process color (four color CMYK) of #7b03cc color hex is 0.40, 0.99, 0.00, 0.20. Web safe color of #7b03cc is #6600cc. Color #7b03cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000011 11001100
Octal 173 3 314
Decimal 123 3 204
Hex 7B 3 CC

RGB Percentages of Color #7b03cc

%37.27
%0.91
%61.82

CMYK Percentages of Color #7b03cc

%40
%99
%0
%20

Triadic Colors of #7b03cc

#7b03cc #cc7b03 #03cc7b

Analogous Colors of #7b03cc

#7b03cc #cc03b9 #1603cc

Monochromatic Colors of #7b03cc

#7b03cc

Complementary Color

#7b03cc #54cc03

#7b03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b03cc Color CSS Codes

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

#7b03cc Text Font Color

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

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


#7b03cc Background Color

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

This div background color is #7b03cc


#7b03cc Border Color

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

This div border color is #7b03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b03cc


Comments

No comments written yet.

Please login to write comment.