Color Hex Logo

#c25fcd Color Hex

#C25FCD
(194,95,205)
0 Favorites   0 Comments

Color spaces of #c25fcd

RGB 19495205
HSL0.820.520.59
HSV294°54°80°
CMYK 0.050.540.00   0.20
XYZ37.359824.061560.4329
Yxy24.06150.30660.1975
Hunter Lab49.052550.1088-38.7087
CIE-Lab56.149355.2737-39.9665

#c25fcd color RGB value is (194,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11001101
Octal 302 137 315
Decimal 194 95 205
Hex C2 5F CD

RGB Percentages of Color #c25fcd

%39.27
%19.23
%41.50

CMYK Percentages of Color #c25fcd

%5
%54
%0
%20

Triadic Colors of #c25fcd

#c25fcd #cdc25f #5fcdc2

Analogous Colors of #c25fcd

#c25fcd #cd5fa1 #8b5fcd

Monochromatic Colors of #c25fcd

#c25fcd

Complementary Color

#c25fcd #6acd5f

#c25fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fcd Color CSS Codes

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

#c25fcd Text Font Color

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

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


#c25fcd Background Color

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

This div background color is #c25fcd


#c25fcd Border Color

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

This div border color is #c25fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fcd


Comments

No comments written yet.

Please login to write comment.