Color Hex Logo

#c615be Color Hex

#C615BE
(198,21,190)
0 Favorites   0 Comments

Color spaces of #c615be

RGB 19821190
HSL0.840.810.43
HSV303°89°78°
CMYK 0.000.890.04   0.22
XYZ32.851116.259850.1222
Yxy16.25980.33100.1639
Hunter Lab40.323474.8561-45.4713
CIE-Lab47.313577.9892-45.2646

#c615be color RGB value is (198,21,190).

#c615be hex color red value is 198, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c615be hue: 0.84 , saturation: 0.81 and the lightness value of c615be is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 10111110
Octal 306 25 276
Decimal 198 21 190
Hex C6 15 BE

RGB Percentages of Color #c615be

%48.41
%5.13
%46.45

CMYK Percentages of Color #c615be

%0
%89
%4
%22

Triadic Colors of #c615be

#c615be #bec615 #15bec6

Analogous Colors of #c615be

#c615be #c61566 #7615c6

Monochromatic Colors of #c615be

#c615be

Complementary Color

#c615be #15c61d

#c615be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615be Color CSS Codes

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

#c615be Text Font Color

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

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


#c615be Background Color

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

This div background color is #c615be


#c615be Border Color

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

This div border color is #c615be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615be


Comments

No comments written yet.

Please login to write comment.