Color Hex Logo

#c12ed2 Color Hex

#C12ED2
(193,46,210)
0 Favorites   0 Comments

Color spaces of #c12ed2

RGB 19346210
HSL0.820.650.50
HSV294°78°82°
CMYK 0.080.780.00   0.18
XYZ34.602217.944662.6127
Yxy17.94460.30050.1558
Hunter Lab42.361171.6740-57.9821
CIE-Lab49.428874.9985-53.5064

#c12ed2 color RGB value is (193,46,210).

#c12ed2 hex color red value is 193, green value is 46 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c12ed2 hue: 0.82 , saturation: 0.65 and the lightness value of c12ed2 is 0.50.

The process color (four color CMYK) of #c12ed2 color hex is 0.08, 0.78, 0.00, 0.18. Web safe color of #c12ed2 is #cc33cc. Color #c12ed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 11010010
Octal 301 56 322
Decimal 193 46 210
Hex C1 2E D2

RGB Percentages of Color #c12ed2

%42.98
%10.24
%46.77

CMYK Percentages of Color #c12ed2

%8
%78
%0
%18

Triadic Colors of #c12ed2

#c12ed2 #d2c12e #2ed2c1

Analogous Colors of #c12ed2

#c12ed2 #d22e91 #6f2ed2

Monochromatic Colors of #c12ed2

#c12ed2

Complementary Color

#c12ed2 #3fd22e

#c12ed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ed2 Color CSS Codes

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

#c12ed2 Text Font Color

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

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


#c12ed2 Background Color

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

This div background color is #c12ed2


#c12ed2 Border Color

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

This div border color is #c12ed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ed2


Comments

No comments written yet.

Please login to write comment.