Color Hex Logo

#c053ad Color Hex

#C053AD
(192,83,173)
0 Favorites   0 Comments

Color spaces of #c053ad

RGB 19283173
HSL0.860.460.54
HSV310°57°75°
CMYK 0.000.570.10   0.25
XYZ32.374320.410141.7684
Yxy20.41010.34240.2159
Hunter Lab45.177548.8527-23.1916
CIE-Lab52.297754.7996-27.5654

#c053ad color RGB value is (192,83,173).

#c053ad hex color red value is 192, green value is 83 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c053ad hue: 0.86 , saturation: 0.46 and the lightness value of c053ad is 0.54.

The process color (four color CMYK) of #c053ad color hex is 0.00, 0.57, 0.10, 0.25. Web safe color of #c053ad is #cc6699. Color #c053ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 10101101
Octal 300 123 255
Decimal 192 83 173
Hex C0 53 AD

RGB Percentages of Color #c053ad

%42.86
%18.53
%38.62

CMYK Percentages of Color #c053ad

%0
%57
%10
%25

Triadic Colors of #c053ad

#c053ad #adc053 #53adc0

Analogous Colors of #c053ad

#c053ad #c05377 #9d53c0

Monochromatic Colors of #c053ad

#c053ad

Complementary Color

#c053ad #53c066

#c053ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053ad Color CSS Codes

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

#c053ad Text Font Color

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

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


#c053ad Background Color

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

This div background color is #c053ad


#c053ad Border Color

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

This div border color is #c053ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053ad


Comments

No comments written yet.

Please login to write comment.