Color Hex Logo

#c12dec Color Hex

#C12DEC
(193,45,236)
0 Favorites   0 Comments

Color spaces of #c12dec

RGB 19345236
HSL0.800.830.55
HSV286°81°93°
CMYK 0.180.810.00   0.07
XYZ38.071019.270481.0699
Yxy19.27040.27510.1392
Hunter Lab43.898177.9842-78.7667
CIE-Lab51.002179.7696-65.7508

#c12dec color RGB value is (193,45,236).

#c12dec hex color red value is 193, green value is 45 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c12dec hue: 0.80 , saturation: 0.83 and the lightness value of c12dec is 0.55.

The process color (four color CMYK) of #c12dec color hex is 0.18, 0.81, 0.00, 0.07. Web safe color of #c12dec is #cc33ff. Color #c12dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 11101100
Octal 301 55 354
Decimal 193 45 236
Hex C1 2D EC

RGB Percentages of Color #c12dec

%40.72
%9.49
%49.79

CMYK Percentages of Color #c12dec

%18
%81
%0
%7

Triadic Colors of #c12dec

#c12dec #ecc12d #2decc1

Analogous Colors of #c12dec

#c12dec #ec2db8 #622dec

Monochromatic Colors of #c12dec

#c12dec

Complementary Color

#c12dec #58ec2d

#c12dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12dec Color CSS Codes

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

#c12dec Text Font Color

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

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


#c12dec Background Color

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

This div background color is #c12dec


#c12dec Border Color

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

This div border color is #c12dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12dec


Comments

No comments written yet.

Please login to write comment.