Color Hex Logo

#c25adf Color Hex

#C25ADF
(194,90,223)
0 Favorites   0 Comments

Color spaces of #c25adf

RGB 19490223
HSL0.800.680.61
HSV287°60°87°
CMYK 0.130.600.00   0.13
XYZ39.223624.109472.3983
Yxy24.10940.28900.1776
Hunter Lab49.101356.6638-53.0502
CIE-Lab56.197261.0596-50.0854

#c25adf color RGB value is (194,90,223).

#c25adf hex color red value is 194, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c25adf hue: 0.80 , saturation: 0.68 and the lightness value of c25adf is 0.61.

The process color (four color CMYK) of #c25adf color hex is 0.13, 0.60, 0.00, 0.13. Web safe color of #c25adf is #cc66cc. Color #c25adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011010 11011111
Octal 302 132 337
Decimal 194 90 223
Hex C2 5A DF

RGB Percentages of Color #c25adf

%38.26
%17.75
%43.98

CMYK Percentages of Color #c25adf

%13
%60
%0
%13

Triadic Colors of #c25adf

#c25adf #dfc25a #5adfc2

Analogous Colors of #c25adf

#c25adf #df5aba #805adf

Monochromatic Colors of #c25adf

#c25adf

Complementary Color

#c25adf #77df5a

#c25adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25adf Color CSS Codes

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

#c25adf Text Font Color

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

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


#c25adf Background Color

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

This div background color is #c25adf


#c25adf Border Color

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

This div border color is #c25adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25adf


Comments

No comments written yet.

Please login to write comment.