Color Hex Logo

#c6038a Color Hex

#C6038A
(198,3,138)
0 Favorites   0 Comments

Color spaces of #c6038a

RGB 1983138
HSL0.880.970.39
HSV318°98°78°
CMYK 0.000.980.30   0.22
XYZ27.908713.905925.2579
Yxy13.90590.41610.2073
Hunter Lab37.290668.3328-14.0552
CIE-Lab44.097773.2889-19.2712

#c6038a color RGB value is (198,3,138).

#c6038a hex color red value is 198, green value is 3 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c6038a hue: 0.88 , saturation: 0.97 and the lightness value of c6038a is 0.39.

The process color (four color CMYK) of #c6038a color hex is 0.00, 0.98, 0.30, 0.22. Web safe color of #c6038a is #cc0099. Color #c6038a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 10001010
Octal 306 3 212
Decimal 198 3 138
Hex C6 3 8A

RGB Percentages of Color #c6038a

%58.41
%0.88
%40.71

CMYK Percentages of Color #c6038a

%0
%98
%30
%22

Triadic Colors of #c6038a

#c6038a #8ac603 #038ac6

Analogous Colors of #c6038a

#c6038a #c60329 #a103c6

Monochromatic Colors of #c6038a

#c6038a

Complementary Color

#c6038a #03c63f

#c6038a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6038a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6038a Color CSS Codes

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

#c6038a Text Font Color

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

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


#c6038a Background Color

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

This div background color is #c6038a


#c6038a Border Color

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

This div border color is #c6038a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6038a


Comments

No comments written yet.

Please login to write comment.