Color Hex Logo

#c61daf Color Hex

#C61DAF
(198,29,175)
0 Favorites   0 Comments

Color spaces of #c61daf

RGB 19829175
HSL0.860.740.45
HSV308°85°78°
CMYK 0.000.850.12   0.22
XYZ31.465915.979641.9834
Yxy15.97960.35190.1787
Hunter Lab39.974570.5508-34.2875
CIE-Lab46.947774.5630-37.0386

#c61daf color RGB value is (198,29,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011101 10101111
Octal 306 35 257
Decimal 198 29 175
Hex C6 1D AF

RGB Percentages of Color #c61daf

%49.25
%7.21
%43.53

CMYK Percentages of Color #c61daf

%0
%85
%12
%22

Triadic Colors of #c61daf

#c61daf #afc61d #1dafc6

Analogous Colors of #c61daf

#c61daf #c61d5b #891dc6

Monochromatic Colors of #c61daf

#c61daf

Complementary Color

#c61daf #1dc634

#c61daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61daf Color CSS Codes

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

#c61daf Text Font Color

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

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


#c61daf Background Color

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

This div background color is #c61daf


#c61daf Border Color

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

This div border color is #c61daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,29,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 #c61daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61daf


Comments

No comments written yet.

Please login to write comment.