Color Hex Logo

#c61fda Color Hex

#C61FDA
(198,31,218)
0 Favorites   0 Comments

Color spaces of #c61fda

RGB 19831218
HSL0.820.750.49
HSV294°86°85°
CMYK 0.090.860.00   0.15
XYZ36.433618.047767.8930
Yxy18.04770.29770.1475
Hunter Lab42.482678.7393-65.0157
CIE-Lab49.553980.6501-57.8404

#c61fda color RGB value is (198,31,218).

#c61fda hex color red value is 198, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c61fda hue: 0.82 , saturation: 0.75 and the lightness value of c61fda is 0.49.

The process color (four color CMYK) of #c61fda color hex is 0.09, 0.86, 0.00, 0.15. Web safe color of #c61fda is #cc33cc. Color #c61fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011111 11011010
Octal 306 37 332
Decimal 198 31 218
Hex C6 1F DA

RGB Percentages of Color #c61fda

%44.30
%6.94
%48.77

CMYK Percentages of Color #c61fda

%9
%86
%0
%15

Triadic Colors of #c61fda

#c61fda #dac61f #1fdac6

Analogous Colors of #c61fda

#c61fda #da1f91 #691fda

Monochromatic Colors of #c61fda

#c61fda

Complementary Color

#c61fda #33da1f

#c61fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61fda Color CSS Codes

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

#c61fda Text Font Color

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

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


#c61fda Background Color

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

This div background color is #c61fda


#c61fda Border Color

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

This div border color is #c61fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61fda


Comments

No comments written yet.

Please login to write comment.