Color Hex Logo

#c6308a Color Hex

#C6308A
(198,48,138)
0 Favorites   0 Comments

Color spaces of #c6308a

RGB 19848138
HSL0.900.610.48
HSV324°76°78°
CMYK 0.000.760.30   0.22
XYZ28.933115.954625.5994
Yxy15.95460.41050.2263
Hunter Lab39.943259.3969-10.0384
CIE-Lab46.914965.1632-14.9653

#c6308a color RGB value is (198,48,138).

#c6308a hex color red value is 198, green value is 48 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c6308a hue: 0.90 , saturation: 0.61 and the lightness value of c6308a is 0.48.

The process color (four color CMYK) of #c6308a color hex is 0.00, 0.76, 0.30, 0.22. Web safe color of #c6308a is #cc3399. Color #c6308a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 10001010
Octal 306 60 212
Decimal 198 48 138
Hex C6 30 8A

RGB Percentages of Color #c6308a

%51.56
%12.50
%35.94

CMYK Percentages of Color #c6308a

%0
%76
%30
%22

Triadic Colors of #c6308a

#c6308a #8ac630 #308ac6

Analogous Colors of #c6308a

#c6308a #c6303f #b730c6

Monochromatic Colors of #c6308a

#c6308a

Complementary Color

#c6308a #30c66c

#c6308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6308a Color CSS Codes

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

#c6308a Text Font Color

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

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


#c6308a Background Color

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

This div background color is #c6308a


#c6308a Border Color

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

This div border color is #c6308a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,48,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 #c6308a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6308a


Comments

No comments written yet.

Please login to write comment.