Color Hex Logo

#c258ad Color Hex

#C258AD
(194,88,173)
0 Favorites   0 Comments

Color spaces of #c258ad

RGB 19488173
HSL0.870.460.55
HSV312°55°76°
CMYK 0.000.550.11   0.24
XYZ33.280721.465941.9244
Yxy21.46590.34430.2221
Hunter Lab46.331347.1403-21.2186
CIE-Lab53.455753.0374-25.7497

#c258ad color RGB value is (194,88,173).

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

The process color (four color CMYK) of #c258ad color hex is 0.00, 0.55, 0.11, 0.24. Web safe color of #c258ad is #cc6699. Color #c258ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 10101101
Octal 302 130 255
Decimal 194 88 173
Hex C2 58 AD

RGB Percentages of Color #c258ad

%42.64
%19.34
%38.02

CMYK Percentages of Color #c258ad

%0
%55
%11
%24

Triadic Colors of #c258ad

#c258ad #adc258 #58adc2

Analogous Colors of #c258ad

#c258ad #c25878 #a258c2

Monochromatic Colors of #c258ad

#c258ad

Complementary Color

#c258ad #58c26d

#c258ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258ad Color CSS Codes

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

#c258ad Text Font Color

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

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


#c258ad Background Color

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

This div background color is #c258ad


#c258ad Border Color

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

This div border color is #c258ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258ad


Comments

No comments written yet.

Please login to write comment.