Color Hex Logo

#7c0cfd Color Hex

#7C0CFD
(124,12,253)
0 Favorites   0 Comments

Color spaces of #7c0cfd

RGB 12412253
HSL0.740.980.52
HSV268°95°99°
CMYK 0.510.950.00   0.01
XYZ26.173311.639993.7957
Yxy11.63990.19890.0884
Hunter Lab34.117377.2321-139.1187
CIE-Lab40.638081.1653-92.6478

#7c0cfd color RGB value is (124,12,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001100 11111101
Octal 174 14 375
Decimal 124 12 253
Hex 7C C FD

RGB Percentages of Color #7c0cfd

%31.88
%3.08
%65.04

CMYK Percentages of Color #7c0cfd

%51
%95
%0
%1

Triadic Colors of #7c0cfd

#7c0cfd #fd7c0c #0cfd7c

Analogous Colors of #7c0cfd

#7c0cfd #f50cfd #0c15fd

Monochromatic Colors of #7c0cfd

#7c0cfd

Complementary Color

#7c0cfd #8dfd0c

#7c0cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0cfd Color CSS Codes

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

#7c0cfd Text Font Color

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

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


#7c0cfd Background Color

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

This div background color is #7c0cfd


#7c0cfd Border Color

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

This div border color is #7c0cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.