Color Hex Logo

#c25894 Color Hex

#C25894
(194,88,148)
0 Favorites   0 Comments

Color spaces of #c25894

RGB 19488148
HSL0.910.460.55
HSV326°55°76°
CMYK 0.000.550.24   0.24
XYZ31.083220.586930.3524
Yxy20.58690.37900.2510
Hunter Lab45.372842.8813-7.9014
CIE-Lab52.494449.2470-12.5557

#c25894 color RGB value is (194,88,148).

#c25894 hex color red value is 194, green value is 88 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c25894 hue: 0.91 , saturation: 0.46 and the lightness value of c25894 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 10010100
Octal 302 130 224
Decimal 194 88 148
Hex C2 58 94

RGB Percentages of Color #c25894

%45.12
%20.47
%34.42

CMYK Percentages of Color #c25894

%0
%55
%24
%24

Triadic Colors of #c25894

#c25894 #94c258 #5894c2

Analogous Colors of #c25894

#c25894 #c2585f #bb58c2

Monochromatic Colors of #c25894

#c25894

Complementary Color

#c25894 #58c286

#c25894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25894 Color CSS Codes

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

#c25894 Text Font Color

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

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


#c25894 Background Color

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

This div background color is #c25894


#c25894 Border Color

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

This div border color is #c25894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25894


Comments

No comments written yet.

Please login to write comment.