Color Hex Logo

#c12aff Color Hex

#C12AFF
(193,42,255)
0 Favorites   0 Comments

Color spaces of #c12aff

RGB 19342255
HSL0.781.000.58
HSV283°84°100°
CMYK 0.240.840.00   0.00
XYZ40.870320.213496.3552
Yxy20.21340.25960.1284
Hunter Lab44.959383.5868-95.5967
CIE-Lab52.077683.9543-74.6397

#c12aff color RGB value is (193,42,255).

#c12aff hex color red value is 193, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c12aff hue: 0.78 , saturation: 1.00 and the lightness value of c12aff is 0.58.

The process color (four color CMYK) of #c12aff color hex is 0.24, 0.84, 0.00, 0.00. Web safe color of #c12aff is #cc33ff. Color #c12aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101010 11111111
Octal 301 52 377
Decimal 193 42 255
Hex C1 2A FF

RGB Percentages of Color #c12aff

%39.39
%8.57
%52.04

CMYK Percentages of Color #c12aff

%24
%84
%0
%0

Triadic Colors of #c12aff

#c12aff #ffc12a #2affc1

Analogous Colors of #c12aff

#c12aff #ff2ad3 #562aff

Monochromatic Colors of #c12aff

#c12aff

Complementary Color

#c12aff #68ff2a

#c12aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12aff Color CSS Codes

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

#c12aff Text Font Color

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

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


#c12aff Background Color

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

This div background color is #c12aff


#c12aff Border Color

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

This div border color is #c12aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,42,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c12aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c12aff;
  -webkit-box-shadow: 1px 1px 3px 2px #c12aff;
  box-shadow:         1px 1px 3px 2px #c12aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,42,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12aff


Comments

No comments written yet.

Please login to write comment.