Color Hex Logo

#c25fcc Color Hex

#C25FCC
(194,95,204)
0 Favorites   0 Comments

Color spaces of #c25fcc

RGB 19495204
HSL0.820.520.59
HSV294°53°80°
CMYK 0.050.530.00   0.20
XYZ37.239424.013459.7991
Yxy24.01340.30760.1984
Hunter Lab49.003549.8921-38.0494
CIE-Lab56.101255.0872-39.4728

#c25fcc color RGB value is (194,95,204).

#c25fcc hex color red value is 194, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c25fcc hue: 0.82 , saturation: 0.52 and the lightness value of c25fcc is 0.59.

The process color (four color CMYK) of #c25fcc color hex is 0.05, 0.53, 0.00, 0.20. Web safe color of #c25fcc is #cc66cc. Color #c25fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11001100
Octal 302 137 314
Decimal 194 95 204
Hex C2 5F CC

RGB Percentages of Color #c25fcc

%39.35
%19.27
%41.38

CMYK Percentages of Color #c25fcc

%5
%53
%0
%20

Triadic Colors of #c25fcc

#c25fcc #ccc25f #5fccc2

Analogous Colors of #c25fcc

#c25fcc #cc5fa0 #8c5fcc

Monochromatic Colors of #c25fcc

#c25fcc

Complementary Color

#c25fcc #69cc5f

#c25fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fcc Color CSS Codes

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

#c25fcc Text Font Color

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

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


#c25fcc Background Color

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

This div background color is #c25fcc


#c25fcc Border Color

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

This div border color is #c25fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fcc


Comments

No comments written yet.

Please login to write comment.