Color Hex Logo

#c058ad Color Hex

#C058AD
(192,88,173)
0 Favorites   0 Comments

Color spaces of #c058ad

RGB 19288173
HSL0.860.450.55
HSV311°54°75°
CMYK 0.000.540.10   0.25
XYZ32.770821.203041.9005
Yxy21.20300.34180.2212
Hunter Lab46.046746.4542-21.7186
CIE-Lab53.171052.4555-26.2130

#c058ad color RGB value is (192,88,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10101101
Octal 300 130 255
Decimal 192 88 173
Hex C0 58 AD

RGB Percentages of Color #c058ad

%42.38
%19.43
%38.19

CMYK Percentages of Color #c058ad

%0
%54
%10
%25

Triadic Colors of #c058ad

#c058ad #adc058 #58adc0

Analogous Colors of #c058ad

#c058ad #c05879 #9f58c0

Monochromatic Colors of #c058ad

#c058ad

Complementary Color

#c058ad #58c06b

#c058ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058ad Color CSS Codes

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

#c058ad Text Font Color

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

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


#c058ad Background Color

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

This div background color is #c058ad


#c058ad Border Color

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

This div border color is #c058ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058ad


Comments

No comments written yet.

Please login to write comment.