Color Hex Logo

#c61eaf Color Hex

#C61EAF
(198,30,175)
0 Favorites   0 Comments

Color spaces of #c61eaf

RGB 19830175
HSL0.860.740.45
HSV308°85°78°
CMYK 0.000.850.12   0.22
XYZ31.490816.029541.9917
Yxy16.02950.35180.1791
Hunter Lab40.036970.3338-34.1591
CIE-Lab47.013274.3721-36.9353

#c61eaf color RGB value is (198,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 10101111
Octal 306 36 257
Decimal 198 30 175
Hex C6 1E AF

RGB Percentages of Color #c61eaf

%49.13
%7.44
%43.42

CMYK Percentages of Color #c61eaf

%0
%85
%12
%22

Triadic Colors of #c61eaf

#c61eaf #afc61e #1eafc6

Analogous Colors of #c61eaf

#c61eaf #c61e5b #891ec6

Monochromatic Colors of #c61eaf

#c61eaf

Complementary Color

#c61eaf #1ec635

#c61eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61eaf Color CSS Codes

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

#c61eaf Text Font Color

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

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


#c61eaf Background Color

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

This div background color is #c61eaf


#c61eaf Border Color

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

This div border color is #c61eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61eaf


Comments

No comments written yet.

Please login to write comment.