Color Hex Logo

#c258ab Color Hex

#C258AB
(194,88,171)
0 Favorites   0 Comments

Color spaces of #c258ab

RGB 19488171
HSL0.870.460.55
HSV313°55°76°
CMYK 0.000.550.12   0.24
XYZ33.088521.389140.9126
Yxy21.38910.34690.2242
Hunter Lab46.248446.7737-20.0758
CIE-Lab53.372752.7151-24.7127

#c258ab color RGB value is (194,88,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 10101011
Octal 302 130 253
Decimal 194 88 171
Hex C2 58 AB

RGB Percentages of Color #c258ab

%42.83
%19.43
%37.75

CMYK Percentages of Color #c258ab

%0
%55
%12
%24

Triadic Colors of #c258ab

#c258ab #abc258 #58abc2

Analogous Colors of #c258ab

#c258ab #c25876 #a458c2

Monochromatic Colors of #c258ab

#c258ab

Complementary Color

#c258ab #58c26f

#c258ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258ab Color CSS Codes

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

#c258ab Text Font Color

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

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


#c258ab Background Color

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

This div background color is #c258ab


#c258ab Border Color

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

This div border color is #c258ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,88,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258ab


Comments

No comments written yet.

Please login to write comment.