Color Hex Logo

#c25398 Color Hex

#C25398
(194,83,152)
0 Favorites   0 Comments

Color spaces of #c25398

RGB 19483152
HSL0.900.480.54
HSV323°57°76°
CMYK 0.000.570.22   0.24
XYZ31.008919.922831.9169
Yxy19.92280.37430.2405
Hunter Lab44.635045.8967-11.1517
CIE-Lab51.749852.1816-16.0467

#c25398 color RGB value is (194,83,152).

#c25398 hex color red value is 194, green value is 83 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c25398 hue: 0.90 , saturation: 0.48 and the lightness value of c25398 is 0.54.

The process color (four color CMYK) of #c25398 color hex is 0.00, 0.57, 0.22, 0.24. Web safe color of #c25398 is #cc6699. Color #c25398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 10011000
Octal 302 123 230
Decimal 194 83 152
Hex C2 53 98

RGB Percentages of Color #c25398

%45.22
%19.35
%35.43

CMYK Percentages of Color #c25398

%0
%57
%22
%24

Triadic Colors of #c25398

#c25398 #98c253 #5398c2

Analogous Colors of #c25398

#c25398 #c25361 #b553c2

Monochromatic Colors of #c25398

#c25398

Complementary Color

#c25398 #53c27d

#c25398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25398 Color CSS Codes

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

#c25398 Text Font Color

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

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


#c25398 Background Color

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

This div background color is #c25398


#c25398 Border Color

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

This div border color is #c25398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25398


Comments

No comments written yet.

Please login to write comment.