Color Hex Logo

#c612ea Color Hex

#C612EA
(198,18,234)
0 Favorites   0 Comments

Color spaces of #c612ea

RGB 19818234
HSL0.810.860.49
HSV290°92°92°
CMYK 0.150.920.00   0.08
XYZ38.356318.378979.3678
Yxy18.37890.28180.1350
Hunter Lab42.870684.6802-79.7561
CIE-Lab49.952585.2121-66.2828

#c612ea color RGB value is (198,18,234).

#c612ea hex color red value is 198, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c612ea hue: 0.81 , saturation: 0.86 and the lightness value of c612ea is 0.49.

The process color (four color CMYK) of #c612ea color hex is 0.15, 0.92, 0.00, 0.08. Web safe color of #c612ea is #cc00ff. Color #c612ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010010 11101010
Octal 306 22 352
Decimal 198 18 234
Hex C6 12 EA

RGB Percentages of Color #c612ea

%44.00
%4.00
%52.00

CMYK Percentages of Color #c612ea

%15
%92
%0
%8

Triadic Colors of #c612ea

#c612ea #eac612 #12eac6

Analogous Colors of #c612ea

#c612ea #ea12a2 #5a12ea

Monochromatic Colors of #c612ea

#c612ea

Complementary Color

#c612ea #36ea12

#c612ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c612ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c612ea Color CSS Codes

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

#c612ea Text Font Color

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

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


#c612ea Background Color

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

This div background color is #c612ea


#c612ea Border Color

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

This div border color is #c612ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,18,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c612ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c612ea;
  -webkit-box-shadow: 1px 1px 3px 2px #c612ea;
  box-shadow:         1px 1px 3px 2px #c612ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c612ea


Comments

No comments written yet.

Please login to write comment.