Color Hex Logo

#c615e7 Color Hex

#C615E7
(198,21,231)
0 Favorites   0 Comments

Color spaces of #c615e7

RGB 19821231
HSL0.810.830.49
HSV291°91°91°
CMYK 0.140.910.00   0.09
XYZ37.980718.311677.1340
Yxy18.31160.28470.1372
Hunter Lab42.792183.5441-76.9176
CIE-Lab49.871984.3495-64.7171

#c615e7 color RGB value is (198,21,231).

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

The process color (four color CMYK) of #c615e7 color hex is 0.14, 0.91, 0.00, 0.09. Web safe color of #c615e7 is #cc00ff. Color #c615e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 11100111
Octal 306 25 347
Decimal 198 21 231
Hex C6 15 E7

RGB Percentages of Color #c615e7

%44.00
%4.67
%51.33

CMYK Percentages of Color #c615e7

%14
%91
%0
%9

Triadic Colors of #c615e7

#c615e7 #e7c615 #15e7c6

Analogous Colors of #c615e7

#c615e7 #e7159f #5d15e7

Monochromatic Colors of #c615e7

#c615e7

Complementary Color

#c615e7 #36e715

#c615e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615e7 Color CSS Codes

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

#c615e7 Text Font Color

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

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


#c615e7 Background Color

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

This div background color is #c615e7


#c615e7 Border Color

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

This div border color is #c615e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615e7


Comments

No comments written yet.

Please login to write comment.