Color Hex Logo

#c1069f Color Hex

#C1069F
(193,6,159)
0 Favorites   0 Comments

Color spaces of #c1069f

RGB 1936159
HSL0.860.940.39
HSV311°97°76°
CMYK 0.000.970.18   0.24
XYZ28.315513.970934.0052
Yxy13.97090.37110.1831
Hunter Lab37.377769.8120-27.7761
CIE-Lab44.191274.4929-31.9154

#c1069f color RGB value is (193,6,159).

#c1069f hex color red value is 193, green value is 6 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c1069f hue: 0.86 , saturation: 0.94 and the lightness value of c1069f is 0.39.

The process color (four color CMYK) of #c1069f color hex is 0.00, 0.97, 0.18, 0.24. Web safe color of #c1069f is #cc0099. Color #c1069f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000110 10011111
Octal 301 6 237
Decimal 193 6 159
Hex C1 6 9F

RGB Percentages of Color #c1069f

%53.91
%1.68
%44.41

CMYK Percentages of Color #c1069f

%0
%97
%18
%24

Triadic Colors of #c1069f

#c1069f #9fc106 #069fc1

Analogous Colors of #c1069f

#c1069f #c10642 #8606c1

Monochromatic Colors of #c1069f

#c1069f

Complementary Color

#c1069f #06c128

#c1069f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1069f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1069f Color CSS Codes

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

#c1069f Text Font Color

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

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


#c1069f Background Color

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

This div background color is #c1069f


#c1069f Border Color

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

This div border color is #c1069f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,6,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1069f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1069f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1069f;
  box-shadow:         1px 1px 3px 2px #c1069f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,6,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1069f


Comments

No comments written yet.

Please login to write comment.