Color Hex Logo

#c123ad Color Hex

#C123AD
(193,35,173)
0 Favorites   0 Comments

Color spaces of #c123ad

RGB 19335173
HSL0.850.690.45
HSV308°82°76°
CMYK 0.000.820.10   0.24
XYZ30.136215.556740.9495
Yxy15.55670.34780.1796
Hunter Lab39.442067.3620-33.9467
CIE-Lab46.387472.0355-36.7997

#c123ad color RGB value is (193,35,173).

#c123ad hex color red value is 193, green value is 35 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c123ad hue: 0.85 , saturation: 0.69 and the lightness value of c123ad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 10101101
Octal 301 43 255
Decimal 193 35 173
Hex C1 23 AD

RGB Percentages of Color #c123ad

%48.13
%8.73
%43.14

CMYK Percentages of Color #c123ad

%0
%82
%10
%24

Triadic Colors of #c123ad

#c123ad #adc123 #23adc1

Analogous Colors of #c123ad

#c123ad #c1235e #8623c1

Monochromatic Colors of #c123ad

#c123ad

Complementary Color

#c123ad #23c137

#c123ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c123ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c123ad Color CSS Codes

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

#c123ad Text Font Color

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

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


#c123ad Background Color

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

This div background color is #c123ad


#c123ad Border Color

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

This div border color is #c123ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c123ad


Comments

No comments written yet.

Please login to write comment.