Color Hex Logo

#c618cf Color Hex

#C618CF
(198,24,207)
0 Favorites   0 Comments

Color spaces of #c618cf

RGB 19824207
HSL0.830.790.45
HSV297°88°81°
CMYK 0.040.880.00   0.19
XYZ34.877817.164060.5062
Yxy17.16400.30990.1525
Hunter Lab41.429577.7704-57.5902
CIE-Lab48.466080.0940-53.2800

#c618cf color RGB value is (198,24,207).

#c618cf hex color red value is 198, green value is 24 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c618cf hue: 0.83 , saturation: 0.79 and the lightness value of c618cf is 0.45.

The process color (four color CMYK) of #c618cf color hex is 0.04, 0.88, 0.00, 0.19. Web safe color of #c618cf is #cc00cc. Color #c618cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 11001111
Octal 306 30 317
Decimal 198 24 207
Hex C6 18 CF

RGB Percentages of Color #c618cf

%46.15
%5.59
%48.25

CMYK Percentages of Color #c618cf

%4
%88
%0
%19

Triadic Colors of #c618cf

#c618cf #cfc618 #18cfc6

Analogous Colors of #c618cf

#c618cf #cf187d #6b18cf

Monochromatic Colors of #c618cf

#c618cf

Complementary Color

#c618cf #21cf18

#c618cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c618cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c618cf Color CSS Codes

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

#c618cf Text Font Color

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

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


#c618cf Background Color

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

This div background color is #c618cf


#c618cf Border Color

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

This div border color is #c618cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c618cf


Comments

No comments written yet.

Please login to write comment.