Color Hex Logo

#c62696 Color Hex

#C62696
(198,38,150)
0 Favorites   0 Comments

Color spaces of #c62696

RGB 19838150
HSL0.880.680.46
HSV318°81°78°
CMYK 0.000.810.24   0.22
XYZ29.486815.594030.3100
Yxy15.59400.39110.2068
Hunter Lab39.489264.1806-17.8656
CIE-Lab46.437369.3539-22.9382

#c62696 color RGB value is (198,38,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 10010110
Octal 306 46 226
Decimal 198 38 150
Hex C6 26 96

RGB Percentages of Color #c62696

%51.30
%9.84
%38.86

CMYK Percentages of Color #c62696

%0
%81
%24
%22

Triadic Colors of #c62696

#c62696 #96c626 #2696c6

Analogous Colors of #c62696

#c62696 #c62646 #a626c6

Monochromatic Colors of #c62696

#c62696

Complementary Color

#c62696 #26c656

#c62696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62696 Color CSS Codes

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

#c62696 Text Font Color

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

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


#c62696 Background Color

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

This div background color is #c62696


#c62696 Border Color

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

This div border color is #c62696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62696


Comments

No comments written yet.

Please login to write comment.