Color Hex Logo

#7c0cfc Color Hex

#7C0CFC
(124,12,252)
0 Favorites   0 Comments

Color spaces of #7c0cfc

RGB 12412252
HSL0.740.980.52
HSV268°95°99°
CMYK 0.510.950.00   0.01
XYZ26.014311.576392.9588
Yxy11.57630.19930.0887
Hunter Lab34.024076.9370-138.1728
CIE-Lab40.534680.9507-92.2583

#7c0cfc color RGB value is (124,12,252).

#7c0cfc hex color red value is 124, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7c0cfc hue: 0.74 , saturation: 0.98 and the lightness value of 7c0cfc is 0.52.

The process color (four color CMYK) of #7c0cfc color hex is 0.51, 0.95, 0.00, 0.01. Web safe color of #7c0cfc is #6600ff. Color #7c0cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001100 11111100
Octal 174 14 374
Decimal 124 12 252
Hex 7C C FC

RGB Percentages of Color #7c0cfc

%31.96
%3.09
%64.95

CMYK Percentages of Color #7c0cfc

%51
%95
%0
%1

Triadic Colors of #7c0cfc

#7c0cfc #fc7c0c #0cfc7c

Analogous Colors of #7c0cfc

#7c0cfc #f40cfc #0c14fc

Monochromatic Colors of #7c0cfc

#7c0cfc

Complementary Color

#7c0cfc #8cfc0c

#7c0cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0cfc Color CSS Codes

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

#7c0cfc Text Font Color

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

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


#7c0cfc Background Color

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

This div background color is #7c0cfc


#7c0cfc Border Color

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

This div border color is #7c0cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,12,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0cfc


Comments

No comments written yet.

Please login to write comment.