Color Hex Logo

#c2066d Color Hex

#C2066D
(194,6,109)
0 Favorites   0 Comments

Color spaces of #c2066d

RGB 1946109
HSL0.910.940.39
HSV327°97°76°
CMYK 0.000.970.44   0.24
XYZ25.073612.703715.5985
Yxy12.70370.46980.2380
Hunter Lab35.642363.1972-0.9981
CIE-Lab42.313469.3226-4.1093

#c2066d color RGB value is (194,6,109).

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

The process color (four color CMYK) of #c2066d color hex is 0.00, 0.97, 0.44, 0.24. Web safe color of #c2066d is #cc0066. Color #c2066d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 01101101
Octal 302 6 155
Decimal 194 6 109
Hex C2 6 6D

RGB Percentages of Color #c2066d

%62.78
%1.94
%35.28

CMYK Percentages of Color #c2066d

%0
%97
%44
%24

Triadic Colors of #c2066d

#c2066d #6dc206 #066dc2

Analogous Colors of #c2066d

#c2066d #c2060f #b906c2

Monochromatic Colors of #c2066d

#c2066d

Complementary Color

#c2066d #06c25b

#c2066d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2066d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2066d Color CSS Codes

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

#c2066d Text Font Color

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

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


#c2066d Background Color

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

This div background color is #c2066d


#c2066d Border Color

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

This div border color is #c2066d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2066d


Comments

No comments written yet.

Please login to write comment.