Color Hex Logo

#c61fbd Color Hex

#C61FBD
(198,31,189)
0 Favorites   0 Comments

Color spaces of #c61fbd

RGB 19831189
HSL0.840.730.45
HSV303°84°78°
CMYK 0.000.840.05   0.22
XYZ32.964016.659949.6224
Yxy16.65990.33210.1679
Hunter Lab40.816572.7301-43.5098
CIE-Lab47.828676.1705-43.8615

#c61fbd color RGB value is (198,31,189).

#c61fbd hex color red value is 198, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c61fbd hue: 0.84 , saturation: 0.73 and the lightness value of c61fbd is 0.45.

The process color (four color CMYK) of #c61fbd color hex is 0.00, 0.84, 0.05, 0.22. Web safe color of #c61fbd is #cc33cc. Color #c61fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011111 10111101
Octal 306 37 275
Decimal 198 31 189
Hex C6 1F BD

RGB Percentages of Color #c61fbd

%47.37
%7.42
%45.22

CMYK Percentages of Color #c61fbd

%0
%84
%5
%22

Triadic Colors of #c61fbd

#c61fbd #bdc61f #1fbdc6

Analogous Colors of #c61fbd

#c61fbd #c61f6a #7c1fc6

Monochromatic Colors of #c61fbd

#c61fbd

Complementary Color

#c61fbd #1fc628

#c61fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61fbd Color CSS Codes

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

#c61fbd Text Font Color

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

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


#c61fbd Background Color

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

This div background color is #c61fbd


#c61fbd Border Color

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

This div border color is #c61fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61fbd


Comments

No comments written yet.

Please login to write comment.