Color Hex Logo

#c82697 Color Hex

#C82697
(200,38,151)
0 Favorites   0 Comments

Color spaces of #c82697

RGB 20038151
HSL0.880.680.47
HSV318°81°78°
CMYK 0.000.810.25   0.22
XYZ30.098415.900030.7608
Yxy15.90000.39210.2071
Hunter Lab39.874864.9549-17.8260
CIE-Lab46.843069.9292-22.8828

#c82697 color RGB value is (200,38,151).

#c82697 hex color red value is 200, green value is 38 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c82697 hue: 0.88 , saturation: 0.68 and the lightness value of c82697 is 0.47.

The process color (four color CMYK) of #c82697 color hex is 0.00, 0.81, 0.25, 0.22. Web safe color of #c82697 is #cc3399. Color #c82697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100110 10010111
Octal 310 46 227
Decimal 200 38 151
Hex C8 26 97

RGB Percentages of Color #c82697

%51.41
%9.77
%38.82

CMYK Percentages of Color #c82697

%0
%81
%25
%22

Triadic Colors of #c82697

#c82697 #97c826 #2697c8

Analogous Colors of #c82697

#c82697 #c82646 #a826c8

Monochromatic Colors of #c82697

#c82697

Complementary Color

#c82697 #26c857

#c82697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82697 Color CSS Codes

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

#c82697 Text Font Color

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

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


#c82697 Background Color

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

This div background color is #c82697


#c82697 Border Color

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

This div border color is #c82697


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,38,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c82697; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c82697;
  -webkit-box-shadow: 1px 1px 3px 2px #c82697;
  box-shadow:         1px 1px 3px 2px #c82697; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,38,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82697


Comments

No comments written yet.

Please login to write comment.