Color Hex Logo

#c061c2 Color Hex

#C061C2
(192,97,194)
0 Favorites   0 Comments

Color spaces of #c061c2

RGB 19297194
HSL0.830.440.57
HSV299°50°76°
CMYK 0.010.500.00   0.24
XYZ35.750523.650953.7198
Yxy23.65090.31600.2091
Hunter Lab48.632246.1126-31.4500
CIE-Lab55.736651.7165-34.3518

#c061c2 color RGB value is (192,97,194).

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

The process color (four color CMYK) of #c061c2 color hex is 0.01, 0.50, 0.00, 0.24. Web safe color of #c061c2 is #cc66cc. Color #c061c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 11000010
Octal 300 141 302
Decimal 192 97 194
Hex C0 61 C2

RGB Percentages of Color #c061c2

%39.75
%20.08
%40.17

CMYK Percentages of Color #c061c2

%1
%50
%0
%24

Triadic Colors of #c061c2

#c061c2 #c2c061 #61c2c0

Analogous Colors of #c061c2

#c061c2 #c26194 #9061c2

Monochromatic Colors of #c061c2

#c061c2

Complementary Color

#c061c2 #63c261

#c061c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061c2 Color CSS Codes

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

#c061c2 Text Font Color

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

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


#c061c2 Background Color

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

This div background color is #c061c2


#c061c2 Border Color

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

This div border color is #c061c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061c2


Comments

No comments written yet.

Please login to write comment.