Color Hex Logo

#c12ede Color Hex

#C12EDE
(193,46,222)
0 Favorites   0 Comments

Color spaces of #c12ede

RGB 19346222
HSL0.810.730.53
HSV290°79°87°
CMYK 0.130.790.00   0.13
XYZ36.154118.565470.7852
Yxy18.56540.28810.1479
Hunter Lab43.087674.3732-67.2416
CIE-Lab50.174877.0426-59.1625

#c12ede color RGB value is (193,46,222).

#c12ede hex color red value is 193, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c12ede hue: 0.81 , saturation: 0.73 and the lightness value of c12ede is 0.53.

The process color (four color CMYK) of #c12ede color hex is 0.13, 0.79, 0.00, 0.13. Web safe color of #c12ede is #cc33cc. Color #c12ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 11011110
Octal 301 56 336
Decimal 193 46 222
Hex C1 2E DE

RGB Percentages of Color #c12ede

%41.87
%9.98
%48.16

CMYK Percentages of Color #c12ede

%13
%79
%0
%13

Triadic Colors of #c12ede

#c12ede #dec12e #2edec1

Analogous Colors of #c12ede

#c12ede #de2ea3 #692ede

Monochromatic Colors of #c12ede

#c12ede

Complementary Color

#c12ede #4bde2e

#c12ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ede Color CSS Codes

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

#c12ede Text Font Color

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

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


#c12ede Background Color

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

This div background color is #c12ede


#c12ede Border Color

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

This div border color is #c12ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ede


Comments

No comments written yet.

Please login to write comment.