Color Hex Logo

#c615bf Color Hex

#C615BF
(198,21,191)
0 Favorites   0 Comments

Color spaces of #c615bf

RGB 19821191
HSL0.840.810.43
HSV302°89°78°
CMYK 0.000.890.04   0.22
XYZ32.960816.303750.6999
Yxy16.30370.32970.1631
Hunter Lab40.377875.0500-46.1822
CIE-Lab47.370478.1340-45.7575

#c615bf color RGB value is (198,21,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 10111111
Octal 306 25 277
Decimal 198 21 191
Hex C6 15 BF

RGB Percentages of Color #c615bf

%48.29
%5.12
%46.59

CMYK Percentages of Color #c615bf

%0
%89
%4
%22

Triadic Colors of #c615bf

#c615bf #bfc615 #15bfc6

Analogous Colors of #c615bf

#c615bf #c61567 #7515c6

Monochromatic Colors of #c615bf

#c615bf

Complementary Color

#c615bf #15c61c

#c615bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615bf Color CSS Codes

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

#c615bf Text Font Color

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

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


#c615bf Background Color

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

This div background color is #c615bf


#c615bf Border Color

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

This div border color is #c615bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,21,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 #c615bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615bf


Comments

No comments written yet.

Please login to write comment.