Color Hex Logo

#c25fbe Color Hex

#C25FBE
(194,95,190)
0 Favorites   0 Comments

Color spaces of #c25fbe

RGB 19495190
HSL0.840.450.57
HSV302°51°76°
CMYK 0.000.510.02   0.24
XYZ35.634623.371551.3482
Yxy23.37150.32290.2118
Hunter Lab48.344146.9709-29.1334
CIE-Lab55.453052.5485-32.4801

#c25fbe color RGB value is (194,95,190).

#c25fbe hex color red value is 194, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c25fbe hue: 0.84 , saturation: 0.45 and the lightness value of c25fbe is 0.57.

The process color (four color CMYK) of #c25fbe color hex is 0.00, 0.51, 0.02, 0.24. Web safe color of #c25fbe is #cc66cc. Color #c25fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 10111110
Octal 302 137 276
Decimal 194 95 190
Hex C2 5F BE

RGB Percentages of Color #c25fbe

%40.50
%19.83
%39.67

CMYK Percentages of Color #c25fbe

%0
%51
%2
%24

Triadic Colors of #c25fbe

#c25fbe #bec25f #5fbec2

Analogous Colors of #c25fbe

#c25fbe #c25f8d #955fc2

Monochromatic Colors of #c25fbe

#c25fbe

Complementary Color

#c25fbe #5fc263

#c25fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fbe Color CSS Codes

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

#c25fbe Text Font Color

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

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


#c25fbe Background Color

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

This div background color is #c25fbe


#c25fbe Border Color

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

This div border color is #c25fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fbe


Comments

No comments written yet.

Please login to write comment.