Color Hex Logo

#7b03cf Color Hex

#7B03CF
(123,3,207)
0 Favorites   0 Comments

Color spaces of #7b03cf

RGB 1233207
HSL0.760.970.41
HSV275°99°81°
CMYK 0.410.990.00   0.19
XYZ19.46348.781159.7006
Yxy8.78110.22130.0998
Hunter Lab29.632965.3842-98.7068
CIE-Lab35.559472.4726-74.7998

#7b03cf color RGB value is (123,3,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000011 11001111
Octal 173 3 317
Decimal 123 3 207
Hex 7B 3 CF

RGB Percentages of Color #7b03cf

%36.94
%0.90
%62.16

CMYK Percentages of Color #7b03cf

%41
%99
%0
%19

Triadic Colors of #7b03cf

#7b03cf #cf7b03 #03cf7b

Analogous Colors of #7b03cf

#7b03cf #cf03bd #1503cf

Monochromatic Colors of #7b03cf

#7b03cf

Complementary Color

#7b03cf #57cf03

#7b03cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b03cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b03cf Color CSS Codes

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

#7b03cf Text Font Color

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

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


#7b03cf Background Color

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

This div background color is #7b03cf


#7b03cf Border Color

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

This div border color is #7b03cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b03cf


Comments

No comments written yet.

Please login to write comment.