Color Hex Logo

#c61069 Color Hex

#C61069
(198,16,105)
0 Favorites   0 Comments

Color spaces of #c61069

RGB 19816105
HSL0.920.850.42
HSV331°92°78°
CMYK 0.000.920.47   0.22
XYZ26.023813.396314.5787
Yxy13.39630.48190.2481
Hunter Lab36.601062.86442.0046
CIE-Lab43.354468.83600.0178

#c61069 color RGB value is (198,16,105).

#c61069 hex color red value is 198, green value is 16 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c61069 hue: 0.92 , saturation: 0.85 and the lightness value of c61069 is 0.42.

The process color (four color CMYK) of #c61069 color hex is 0.00, 0.92, 0.47, 0.22. Web safe color of #c61069 is #cc0066. Color #c61069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 01101001
Octal 306 20 151
Decimal 198 16 105
Hex C6 10 69

RGB Percentages of Color #c61069

%62.07
%5.02
%32.92

CMYK Percentages of Color #c61069

%0
%92
%47
%22

Triadic Colors of #c61069

#c61069 #69c610 #1069c6

Analogous Colors of #c61069

#c61069 #c61210 #c610c4

Monochromatic Colors of #c61069

#c61069

Complementary Color

#c61069 #10c66d

#c61069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61069 Color CSS Codes

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

#c61069 Text Font Color

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

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


#c61069 Background Color

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

This div background color is #c61069


#c61069 Border Color

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

This div border color is #c61069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61069


Comments

No comments written yet.

Please login to write comment.