Color Hex Logo

#7c05bc Color Hex

#7C05BC
(124,5,188)
0 Favorites   0 Comments

Color spaces of #7c05bc

RGB 1245188
HSL0.780.950.38
HSV279°97°74°
CMYK 0.340.970.00   0.26
XYZ17.44368.024548.2065
Yxy8.02450.23680.1089
Hunter Lab28.327560.3439-81.0677
CIE-Lab34.033968.4791-66.1676

#7c05bc color RGB value is (124,5,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00000101 10111100
Octal 174 5 274
Decimal 124 5 188
Hex 7C 5 BC

RGB Percentages of Color #7c05bc

%39.12
%1.58
%59.31

CMYK Percentages of Color #7c05bc

%34
%97
%0
%26

Triadic Colors of #7c05bc

#7c05bc #bc7c05 #05bc7c

Analogous Colors of #7c05bc

#7c05bc #bc05a1 #2105bc

Monochromatic Colors of #7c05bc

#7c05bc

Complementary Color

#7c05bc #45bc05

#7c05bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c05bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c05bc Color CSS Codes

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

#7c05bc Text Font Color

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

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


#7c05bc Background Color

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

This div background color is #7c05bc


#7c05bc Border Color

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

This div border color is #7c05bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c05bc


Comments

No comments written yet.

Please login to write comment.