Color Hex Logo

#c25fca Color Hex

#C25FCA
(194,95,202)
0 Favorites   0 Comments

Color spaces of #c25fca

RGB 19495202
HSL0.820.500.58
HSV296°53°79°
CMYK 0.040.530.00   0.21
XYZ37.001023.918058.5436
Yxy23.91800.30970.2002
Hunter Lab48.906049.4628-36.7396
CIE-Lab56.005654.7169-38.4833

#c25fca color RGB value is (194,95,202).

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

The process color (four color CMYK) of #c25fca color hex is 0.04, 0.53, 0.00, 0.21. Web safe color of #c25fca is #cc66cc. Color #c25fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11001010
Octal 302 137 312
Decimal 194 95 202
Hex C2 5F CA

RGB Percentages of Color #c25fca

%39.51
%19.35
%41.14

CMYK Percentages of Color #c25fca

%4
%53
%0
%21

Triadic Colors of #c25fca

#c25fca #cac25f #5fcac2

Analogous Colors of #c25fca

#c25fca #ca5f9d #8d5fca

Monochromatic Colors of #c25fca

#c25fca

Complementary Color

#c25fca #67ca5f

#c25fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fca Color CSS Codes

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

#c25fca Text Font Color

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

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


#c25fca Background Color

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

This div background color is #c25fca


#c25fca Border Color

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

This div border color is #c25fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fca


Comments

No comments written yet.

Please login to write comment.