Color Hex Logo

#c615ea Color Hex

#C615EA
(198,21,234)
0 Favorites   0 Comments

Color spaces of #c615ea

RGB 19821234
HSL0.810.840.50
HSV290°91°92°
CMYK 0.150.910.00   0.08
XYZ38.408218.482679.3851
Yxy18.48260.28180.1356
Hunter Lab42.991484.2357-79.3871
CIE-Lab50.076384.8450-66.0825

#c615ea color RGB value is (198,21,234).

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

The process color (four color CMYK) of #c615ea color hex is 0.15, 0.91, 0.00, 0.08. Web safe color of #c615ea is #cc00ff. Color #c615ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 11101010
Octal 306 25 352
Decimal 198 21 234
Hex C6 15 EA

RGB Percentages of Color #c615ea

%43.71
%4.64
%51.66

CMYK Percentages of Color #c615ea

%15
%91
%0
%8

Triadic Colors of #c615ea

#c615ea #eac615 #15eac6

Analogous Colors of #c615ea

#c615ea #ea15a4 #5c15ea

Monochromatic Colors of #c615ea

#c615ea

Complementary Color

#c615ea #39ea15

#c615ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615ea Color CSS Codes

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

#c615ea Text Font Color

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

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


#c615ea Background Color

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

This div background color is #c615ea


#c615ea Border Color

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

This div border color is #c615ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615ea


Comments

No comments written yet.

Please login to write comment.