Color Hex Logo

#c12bae Color Hex

#C12BAE
(193,43,174)
0 Favorites   0 Comments

Color spaces of #c12bae

RGB 19343174
HSL0.850.640.46
HSV308°78°76°
CMYK 0.000.780.10   0.24
XYZ30.496216.121241.5488
Yxy16.12120.34590.1829
Hunter Lab40.151265.3121-33.2479
CIE-Lab47.133170.1737-36.2149

#c12bae color RGB value is (193,43,174).

#c12bae hex color red value is 193, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c12bae hue: 0.85 , saturation: 0.64 and the lightness value of c12bae is 0.46.

The process color (four color CMYK) of #c12bae color hex is 0.00, 0.78, 0.10, 0.24. Web safe color of #c12bae is #cc3399. Color #c12bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101011 10101110
Octal 301 53 256
Decimal 193 43 174
Hex C1 2B AE

RGB Percentages of Color #c12bae

%47.07
%10.49
%42.44

CMYK Percentages of Color #c12bae

%0
%78
%10
%24

Triadic Colors of #c12bae

#c12bae #aec12b #2baec1

Analogous Colors of #c12bae

#c12bae #c12b63 #892bc1

Monochromatic Colors of #c12bae

#c12bae

Complementary Color

#c12bae #2bc13e

#c12bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12bae Color CSS Codes

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

#c12bae Text Font Color

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

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


#c12bae Background Color

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

This div background color is #c12bae


#c12bae Border Color

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

This div border color is #c12bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12bae


Comments

No comments written yet.

Please login to write comment.