Color Hex Logo

#c6337a Color Hex

#C6337A
(198,51,122)
0 Favorites   0 Comments

Color spaces of #c6337a

RGB 19851122
HSL0.920.590.49
HSV331°74°78°
CMYK 0.000.740.38   0.22
XYZ27.985415.778619.9829
Yxy15.77860.43900.2475
Hunter Lab39.722356.2440-2.0211
CIE-Lab46.682762.4509-5.5834

#c6337a color RGB value is (198,51,122).

#c6337a hex color red value is 198, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c6337a hue: 0.92 , saturation: 0.59 and the lightness value of c6337a is 0.49.

The process color (four color CMYK) of #c6337a color hex is 0.00, 0.74, 0.38, 0.22. Web safe color of #c6337a is #cc3366. Color #c6337a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110011 01111010
Octal 306 63 172
Decimal 198 51 122
Hex C6 33 7A

RGB Percentages of Color #c6337a

%53.37
%13.75
%32.88

CMYK Percentages of Color #c6337a

%0
%74
%38
%22

Triadic Colors of #c6337a

#c6337a #7ac633 #337ac6

Analogous Colors of #c6337a

#c6337a #c63633 #c633c4

Monochromatic Colors of #c6337a

#c6337a

Complementary Color

#c6337a #33c67f

#c6337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6337a Color CSS Codes

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

#c6337a Text Font Color

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

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


#c6337a Background Color

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

This div background color is #c6337a


#c6337a Border Color

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

This div border color is #c6337a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6337a


Comments

No comments written yet.

Please login to write comment.