Color Hex Logo

#c12ebd Color Hex

#C12EBD
(193,46,189)
0 Favorites   0 Comments

Color spaces of #c12ebd

RGB 19346189
HSL0.840.620.47
HSV302°76°76°
CMYK 0.000.760.02   0.24
XYZ32.154616.965649.7241
Yxy16.96560.32530.1716
Hunter Lab41.189367.2654-42.7429
CIE-Lab48.216771.5988-43.2975

#c12ebd color RGB value is (193,46,189).

#c12ebd hex color red value is 193, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c12ebd hue: 0.84 , saturation: 0.62 and the lightness value of c12ebd is 0.47.

The process color (four color CMYK) of #c12ebd color hex is 0.00, 0.76, 0.02, 0.24. Web safe color of #c12ebd is #cc33cc. Color #c12ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 10111101
Octal 301 56 275
Decimal 193 46 189
Hex C1 2E BD

RGB Percentages of Color #c12ebd

%45.09
%10.75
%44.16

CMYK Percentages of Color #c12ebd

%0
%76
%2
%24

Triadic Colors of #c12ebd

#c12ebd #bdc12e #2ebdc1

Analogous Colors of #c12ebd

#c12ebd #c12e74 #7c2ec1

Monochromatic Colors of #c12ebd

#c12ebd

Complementary Color

#c12ebd #2ec132

#c12ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ebd Color CSS Codes

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

#c12ebd Text Font Color

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

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


#c12ebd Background Color

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

This div background color is #c12ebd


#c12ebd Border Color

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

This div border color is #c12ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ebd


Comments

No comments written yet.

Please login to write comment.