Color Hex Logo

#c25cad Color Hex

#C25CAD
(194,92,173)
0 Favorites   0 Comments

Color spaces of #c25cad

RGB 19492173
HSL0.870.460.56
HSV312°53°76°
CMYK 0.000.530.11   0.24
XYZ33.618122.140842.0369
Yxy22.14080.34380.2264
Hunter Lab47.054045.1862-20.0304
CIE-Lab54.176151.1191-24.6377

#c25cad color RGB value is (194,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011100 10101101
Octal 302 134 255
Decimal 194 92 173
Hex C2 5C AD

RGB Percentages of Color #c25cad

%42.27
%20.04
%37.69

CMYK Percentages of Color #c25cad

%0
%53
%11
%24

Triadic Colors of #c25cad

#c25cad #adc25c #5cadc2

Analogous Colors of #c25cad

#c25cad #c25c7a #a45cc2

Monochromatic Colors of #c25cad

#c25cad

Complementary Color

#c25cad #5cc271

#c25cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25cad Color CSS Codes

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

#c25cad Text Font Color

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

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


#c25cad Background Color

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

This div background color is #c25cad


#c25cad Border Color

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

This div border color is #c25cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25cad


Comments

No comments written yet.

Please login to write comment.