Color Hex Logo

#c618bf Color Hex

#C618BF
(198,24,191)
0 Favorites   0 Comments

Color spaces of #c618bf

RGB 19824191
HSL0.840.780.44
HSV302°88°78°
CMYK 0.000.880.04   0.22
XYZ33.019316.420650.7194
Yxy16.42060.32970.1639
Hunter Lab40.522374.5352-45.8441
CIE-Lab47.521577.6904-45.5169

#c618bf color RGB value is (198,24,191).

#c618bf hex color red value is 198, green value is 24 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c618bf hue: 0.84 , saturation: 0.78 and the lightness value of c618bf is 0.44.

The process color (four color CMYK) of #c618bf color hex is 0.00, 0.88, 0.04, 0.22. Web safe color of #c618bf is #cc00cc. Color #c618bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 10111111
Octal 306 30 277
Decimal 198 24 191
Hex C6 18 BF

RGB Percentages of Color #c618bf

%47.94
%5.81
%46.25

CMYK Percentages of Color #c618bf

%0
%88
%4
%22

Triadic Colors of #c618bf

#c618bf #bfc618 #18bfc6

Analogous Colors of #c618bf

#c618bf #c61868 #7618c6

Monochromatic Colors of #c618bf

#c618bf

Complementary Color

#c618bf #18c61f

#c618bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c618bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c618bf Color CSS Codes

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

#c618bf Text Font Color

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

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


#c618bf Background Color

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

This div background color is #c618bf


#c618bf Border Color

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

This div border color is #c618bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c618bf


Comments

No comments written yet.

Please login to write comment.