Color Hex Logo

#c25adc Color Hex

#C25ADC
(194,90,220)
0 Favorites   0 Comments

Color spaces of #c25adc

RGB 19490220
HSL0.800.650.61
HSV288°59°86°
CMYK 0.120.590.00   0.14
XYZ38.822623.949070.2866
Yxy23.94900.29180.1800
Hunter Lab48.937755.9642-50.8986
CIE-Lab56.036760.4783-48.6480

#c25adc color RGB value is (194,90,220).

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

The process color (four color CMYK) of #c25adc color hex is 0.12, 0.59, 0.00, 0.14. Web safe color of #c25adc is #cc66cc. Color #c25adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011010 11011100
Octal 302 132 334
Decimal 194 90 220
Hex C2 5A DC

RGB Percentages of Color #c25adc

%38.49
%17.86
%43.65

CMYK Percentages of Color #c25adc

%12
%59
%0
%14

Triadic Colors of #c25adc

#c25adc #dcc25a #5adcc2

Analogous Colors of #c25adc

#c25adc #dc5ab5 #815adc

Monochromatic Colors of #c25adc

#c25adc

Complementary Color

#c25adc #74dc5a

#c25adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25adc Color CSS Codes

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

#c25adc Text Font Color

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

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


#c25adc Background Color

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

This div background color is #c25adc


#c25adc Border Color

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

This div border color is #c25adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25adc


Comments

No comments written yet.

Please login to write comment.