Color Hex Logo

#c25682 Color Hex

#C25682
(194,86,130)
0 Favorites   0 Comments

Color spaces of #c25682

RGB 19486130
HSL0.930.470.55
HSV336°56°76°
CMYK 0.000.560.33   0.24
XYZ29.605219.736623.3683
Yxy19.73660.40720.2714
Hunter Lab44.425941.2062-0.0888
CIE-Lab51.538147.8200-3.2986

#c25682 color RGB value is (194,86,130).

#c25682 hex color red value is 194, green value is 86 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c25682 hue: 0.93 , saturation: 0.47 and the lightness value of c25682 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 10000010
Octal 302 126 202
Decimal 194 86 130
Hex C2 56 82

RGB Percentages of Color #c25682

%47.32
%20.98
%31.71

CMYK Percentages of Color #c25682

%0
%56
%33
%24

Triadic Colors of #c25682

#c25682 #82c256 #5682c2

Analogous Colors of #c25682

#c25682 #c26056 #c256b8

Monochromatic Colors of #c25682

#c25682

Complementary Color

#c25682 #56c296

#c25682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25682 Color CSS Codes

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

#c25682 Text Font Color

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

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


#c25682 Background Color

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

This div background color is #c25682


#c25682 Border Color

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

This div border color is #c25682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25682


Comments

No comments written yet.

Please login to write comment.