color codes Logo

#c618bb color codes

#C618BB
(198,24,187)
0 Favorites   0 Comments

Color spaces of #c618bb

RGB 19824187
HSL0.840.780.44
HSV304°88°78°
CMYK 0.000.880.06   0.22
XYZ32.585016.246948.4323
Yxy16.24690.33500.1670
Hunter Lab40.307473.7634-43.0260
CIE-Lab47.296877.1114-43.5381

#c618bb color RGB value is (198,24,187).

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

The process color (four color CMYK) of #c618bb color code is 0.00, 0.88, 0.06, 0.22. Web safe color of #c618bb is #cc00cc. Color #c618bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 10111011
Octal 306 30 273
Decimal 198 24 187
Hex C6 18 BB

RGB Percentages of Color #c618bb

%48.41
%5.87
%45.72

CMYK Percentages of Color #c618bb

%0
%88
%6
%22

Triadic Colors of #c618bb

#c618bb #bbc618 #18bbc6

Analogous Colors of #c618bb

#c618bb #c61864 #7a18c6

Monochromatic Colors of #c618bb

#c618bb

Complementary Color

#c618bb #18c623

#c618bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c618bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c618bb Color CSS Codes

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

#c618bb Text Font Color

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

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


#c618bb Background Color

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

This div background color is #c618bb


#c618bb Border Color

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

This div border color is #c618bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c618bb


Comments

No comments written yet.

Please login to write comment.