Color Hex Logo

#c25cbe Color Hex

#C25CBE
(194,92,190)
0 Favorites   0 Comments

Color spaces of #c25cbe

RGB 19492190
HSL0.840.460.56
HSV302°53°76°
CMYK 0.000.530.02   0.24
XYZ35.369522.841351.2598
Yxy22.84130.32310.2087
Hunter Lab47.792648.4642-30.1365
CIE-Lab54.908553.9990-33.3294

#c25cbe color RGB value is (194,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011100 10111110
Octal 302 134 276
Decimal 194 92 190
Hex C2 5C BE

RGB Percentages of Color #c25cbe

%40.76
%19.33
%39.92

CMYK Percentages of Color #c25cbe

%0
%53
%2
%24

Triadic Colors of #c25cbe

#c25cbe #bec25c #5cbec2

Analogous Colors of #c25cbe

#c25cbe #c25c8b #935cc2

Monochromatic Colors of #c25cbe

#c25cbe

Complementary Color

#c25cbe #5cc260

#c25cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25cbe Color CSS Codes

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

#c25cbe Text Font Color

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

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


#c25cbe Background Color

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

This div background color is #c25cbe


#c25cbe Border Color

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

This div border color is #c25cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,92,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 #c25cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25cbe


Comments

No comments written yet.

Please login to write comment.