Color Hex Logo

#c12edd Color Hex

#C12EDD
(193,46,221)
0 Favorites   0 Comments

Color spaces of #c12edd

RGB 19346221
HSL0.810.720.52
HSV290°79°87°
CMYK 0.130.790.00   0.13
XYZ36.020518.511970.0813
Yxy18.51190.28910.1486
Hunter Lab43.025574.1439-66.4557
CIE-Lab50.111276.8701-58.6960

#c12edd color RGB value is (193,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 11011101
Octal 301 56 335
Decimal 193 46 221
Hex C1 2E DD

RGB Percentages of Color #c12edd

%41.96
%10.00
%48.04

CMYK Percentages of Color #c12edd

%13
%79
%0
%13

Triadic Colors of #c12edd

#c12edd #ddc12e #2eddc1

Analogous Colors of #c12edd

#c12edd #dd2ea2 #6a2edd

Monochromatic Colors of #c12edd

#c12edd

Complementary Color

#c12edd #4add2e

#c12edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12edd Color CSS Codes

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

#c12edd Text Font Color

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

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


#c12edd Background Color

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

This div background color is #c12edd


#c12edd Border Color

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

This div border color is #c12edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12edd


Comments

No comments written yet.

Please login to write comment.