Color Hex Logo

#c312ea Color Hex

#C312EA
(195,18,234)
0 Favorites   0 Comments

Color spaces of #c312ea

RGB 19518234
HSL0.800.860.49
HSV289°92°92°
CMYK 0.170.920.00   0.08
XYZ37.573317.975279.3311
Yxy17.97520.27860.1333
Hunter Lab42.397283.9956-81.2620
CIE-Lab49.466084.7774-67.0938

#c312ea color RGB value is (195,18,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010010 11101010
Octal 303 22 352
Decimal 195 18 234
Hex C3 12 EA

RGB Percentages of Color #c312ea

%43.62
%4.03
%52.35

CMYK Percentages of Color #c312ea

%17
%92
%0
%8

Triadic Colors of #c312ea

#c312ea #eac312 #12eac3

Analogous Colors of #c312ea

#c312ea #ea12a5 #5712ea

Monochromatic Colors of #c312ea

#c312ea

Complementary Color

#c312ea #39ea12

#c312ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c312ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c312ea Color CSS Codes

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

#c312ea Text Font Color

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

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


#c312ea Background Color

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

This div background color is #c312ea


#c312ea Border Color

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

This div border color is #c312ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c312ea


Comments

No comments written yet.

Please login to write comment.