Color Hex Logo

#c118ea Color Hex

#C118EA
(193,24,234)
0 Favorites   0 Comments

Color spaces of #c118ea

RGB 19324234
HSL0.800.830.51
HSV288°90°92°
CMYK 0.180.900.00   0.08
XYZ37.170217.931279.3439
Yxy17.93120.27650.1334
Hunter Lab42.345282.5812-81.4523
CIE-Lab49.412683.6908-67.1957

#c118ea color RGB value is (193,24,234).

#c118ea hex color red value is 193, green value is 24 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c118ea hue: 0.80 , saturation: 0.83 and the lightness value of c118ea is 0.51.

The process color (four color CMYK) of #c118ea color hex is 0.18, 0.90, 0.00, 0.08. Web safe color of #c118ea is #cc00ff. Color #c118ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011000 11101010
Octal 301 30 352
Decimal 193 24 234
Hex C1 18 EA

RGB Percentages of Color #c118ea

%42.79
%5.32
%51.88

CMYK Percentages of Color #c118ea

%18
%90
%0
%8

Triadic Colors of #c118ea

#c118ea #eac118 #18eac1

Analogous Colors of #c118ea

#c118ea #ea18aa #5818ea

Monochromatic Colors of #c118ea

#c118ea

Complementary Color

#c118ea #41ea18

#c118ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c118ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c118ea Color CSS Codes

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

#c118ea Text Font Color

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

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


#c118ea Background Color

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

This div background color is #c118ea


#c118ea Border Color

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

This div border color is #c118ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c118ea


Comments

No comments written yet.

Please login to write comment.