Color Hex Logo

#7b05bc Color Hex

#7B05BC
(123,5,188)
0 Favorites   0 Comments

Color spaces of #7b05bc

RGB 1235188
HSL0.770.950.38
HSV279°97°74°
CMYK 0.350.970.00   0.26
XYZ17.29977.950348.1997
Yxy7.95030.23550.1082
Hunter Lab28.196360.1744-81.6150
CIE-Lab33.879268.3624-66.4271

#7b05bc color RGB value is (123,5,188).

#7b05bc hex color red value is 123, green value is 5 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7b05bc hue: 0.77 , saturation: 0.95 and the lightness value of 7b05bc is 0.38.

The process color (four color CMYK) of #7b05bc color hex is 0.35, 0.97, 0.00, 0.26. Web safe color of #7b05bc is #6600cc. Color #7b05bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000101 10111100
Octal 173 5 274
Decimal 123 5 188
Hex 7B 5 BC

RGB Percentages of Color #7b05bc

%38.92
%1.58
%59.49

CMYK Percentages of Color #7b05bc

%35
%97
%0
%26

Triadic Colors of #7b05bc

#7b05bc #bc7b05 #05bc7b

Analogous Colors of #7b05bc

#7b05bc #bc05a2 #2005bc

Monochromatic Colors of #7b05bc

#7b05bc

Complementary Color

#7b05bc #46bc05

#7b05bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b05bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b05bc Color CSS Codes

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

#7b05bc Text Font Color

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

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


#7b05bc Background Color

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

This div background color is #7b05bc


#7b05bc Border Color

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

This div border color is #7b05bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b05bc


Comments

No comments written yet.

Please login to write comment.