Color Hex Logo

#c12dbd Color Hex

#C12DBD
(193,45,189)
0 Favorites   0 Comments

Color spaces of #c12dbd

RGB 19345189
HSL0.840.620.47
HSV302°77°76°
CMYK 0.000.770.02   0.24
XYZ32.116016.888449.7112
Yxy16.88840.32530.1711
Hunter Lab41.095567.5801-42.9533
CIE-Lab48.119171.8798-43.4524

#c12dbd color RGB value is (193,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 10111101
Octal 301 55 275
Decimal 193 45 189
Hex C1 2D BD

RGB Percentages of Color #c12dbd

%45.20
%10.54
%44.26

CMYK Percentages of Color #c12dbd

%0
%77
%2
%24

Triadic Colors of #c12dbd

#c12dbd #bdc12d #2dbdc1

Analogous Colors of #c12dbd

#c12dbd #c12d73 #7b2dc1

Monochromatic Colors of #c12dbd

#c12dbd

Complementary Color

#c12dbd #2dc131

#c12dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12dbd Color CSS Codes

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

#c12dbd Text Font Color

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

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


#c12dbd Background Color

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

This div background color is #c12dbd


#c12dbd Border Color

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

This div border color is #c12dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,45,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 #c12dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12dbd


Comments

No comments written yet.

Please login to write comment.