Color Hex Logo

#7c12da Color Hex

#7C12DA
(124,18,218)
0 Favorites   0 Comments

Color spaces of #7c12da

RGB 12418218
HSL0.760.850.46
HSV272°92°85°
CMYK 0.430.920.00   0.15
XYZ21.18349.779767.1008
Yxy9.77970.21600.0997
Hunter Lab31.272566.1856-105.3266
CIE-Lab37.444172.7862-78.0522

#7c12da color RGB value is (124,18,218).

#7c12da hex color red value is 124, green value is 18 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7c12da hue: 0.76 , saturation: 0.85 and the lightness value of 7c12da is 0.46.

The process color (four color CMYK) of #7c12da color hex is 0.43, 0.92, 0.00, 0.15. Web safe color of #7c12da is #6600cc. Color #7c12da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010010 11011010
Octal 174 22 332
Decimal 124 18 218
Hex 7C 12 DA

RGB Percentages of Color #7c12da

%34.44
%5.00
%60.56

CMYK Percentages of Color #7c12da

%43
%92
%0
%15

Triadic Colors of #7c12da

#7c12da #da7c12 #12da7c

Analogous Colors of #7c12da

#7c12da #da12d4 #1812da

Monochromatic Colors of #7c12da

#7c12da

Complementary Color

#7c12da #70da12

#7c12da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c12da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c12da Color CSS Codes

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

#7c12da Text Font Color

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

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


#7c12da Background Color

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

This div background color is #7c12da


#7c12da Border Color

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

This div border color is #7c12da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c12da


Comments

No comments written yet.

Please login to write comment.