Color Hex Logo

#c618bc Color Hex

#C618BC
(198,24,188)
0 Favorites   0 Comments

Color spaces of #c618bc

RGB 19824188
HSL0.840.780.44
HSV303°88°78°
CMYK 0.000.880.05   0.22
XYZ32.692416.289948.9981
Yxy16.28990.33370.1663
Hunter Lab40.360773.9545-43.7258
CIE-Lab47.352677.2550-44.0341

#c618bc color RGB value is (198,24,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 10111100
Octal 306 30 274
Decimal 198 24 188
Hex C6 18 BC

RGB Percentages of Color #c618bc

%48.29
%5.85
%45.85

CMYK Percentages of Color #c618bc

%0
%88
%5
%22

Triadic Colors of #c618bc

#c618bc #bcc618 #18bcc6

Analogous Colors of #c618bc

#c618bc #c61865 #7918c6

Monochromatic Colors of #c618bc

#c618bc

Complementary Color

#c618bc #18c622

#c618bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c618bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c618bc Color CSS Codes

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

#c618bc Text Font Color

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

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


#c618bc Background Color

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

This div background color is #c618bc


#c618bc Border Color

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

This div border color is #c618bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c618bc


Comments

No comments written yet.

Please login to write comment.