Color Hex Logo

#c06191 Color Hex

#C06191
(192,97,145)
0 Favorites   0 Comments

Color spaces of #c06191

RGB 19297145
HSL0.920.430.57
HSV330°49°75°
CMYK 0.000.490.24   0.25
XYZ31.123821.800229.3555
Yxy21.80020.37830.2650
Hunter Lab46.690737.2786-4.5935
CIE-Lab53.814443.7073-8.8336

#c06191 color RGB value is (192,97,145).

#c06191 hex color red value is 192, green value is 97 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c06191 hue: 0.92 , saturation: 0.43 and the lightness value of c06191 is 0.57.

The process color (four color CMYK) of #c06191 color hex is 0.00, 0.49, 0.24, 0.25. Web safe color of #c06191 is #cc6699. Color #c06191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 10010001
Octal 300 141 221
Decimal 192 97 145
Hex C0 61 91

RGB Percentages of Color #c06191

%44.24
%22.35
%33.41

CMYK Percentages of Color #c06191

%0
%49
%24
%25

Triadic Colors of #c06191

#c06191 #91c061 #6191c0

Analogous Colors of #c06191

#c06191 #c06161 #c061c0

Monochromatic Colors of #c06191

#c06191

Complementary Color

#c06191 #61c090

#c06191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06191 Color CSS Codes

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

#c06191 Text Font Color

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

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


#c06191 Background Color

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

This div background color is #c06191


#c06191 Border Color

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

This div border color is #c06191


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,97,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c06191; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c06191;
  -webkit-box-shadow: 1px 1px 3px 2px #c06191;
  box-shadow:         1px 1px 3px 2px #c06191; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,97,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06191


Comments

No comments written yet.

Please login to write comment.