Color Hex Logo

#c61eac Color Hex

#C61EAC
(198,30,172)
0 Favorites   0 Comments

Color spaces of #c61eac

RGB 19830172
HSL0.860.740.45
HSV309°85°78°
CMYK 0.000.850.13   0.22
XYZ31.199415.912940.4568
Yxy15.91290.35630.1817
Hunter Lab39.891069.7986-32.2073
CIE-Lab46.860073.9618-35.4035

#c61eac color RGB value is (198,30,172).

#c61eac hex color red value is 198, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c61eac hue: 0.86 , saturation: 0.74 and the lightness value of c61eac is 0.45.

The process color (four color CMYK) of #c61eac color hex is 0.00, 0.85, 0.13, 0.22. Web safe color of #c61eac is #cc3399. Color #c61eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 10101100
Octal 306 36 254
Decimal 198 30 172
Hex C6 1E AC

RGB Percentages of Color #c61eac

%49.50
%7.50
%43.00

CMYK Percentages of Color #c61eac

%0
%85
%13
%22

Triadic Colors of #c61eac

#c61eac #acc61e #1eacc6

Analogous Colors of #c61eac

#c61eac #c61e58 #8c1ec6

Monochromatic Colors of #c61eac

#c61eac

Complementary Color

#c61eac #1ec638

#c61eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61eac Color CSS Codes

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

#c61eac Text Font Color

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

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


#c61eac Background Color

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

This div background color is #c61eac


#c61eac Border Color

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

This div border color is #c61eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61eac


Comments

No comments written yet.

Please login to write comment.