Color Hex Logo

#c118f5 Color Hex

#C118F5
(193,24,245)
0 Favorites   0 Comments

Color spaces of #c118f5

RGB 19324245
HSL0.790.920.53
HSV286°90°96°
CMYK 0.210.900.00   0.04
XYZ38.800418.583387.9281
Yxy18.58330.26700.1279
Hunter Lab43.108485.2223-90.7580
CIE-Lab50.196185.5827-72.1144

#c118f5 color RGB value is (193,24,245).

#c118f5 hex color red value is 193, green value is 24 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c118f5 hue: 0.79 , saturation: 0.92 and the lightness value of c118f5 is 0.53.

The process color (four color CMYK) of #c118f5 color hex is 0.21, 0.90, 0.00, 0.04. Web safe color of #c118f5 is #cc00ff. Color #c118f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011000 11110101
Octal 301 30 365
Decimal 193 24 245
Hex C1 18 F5

RGB Percentages of Color #c118f5

%41.77
%5.19
%53.03

CMYK Percentages of Color #c118f5

%21
%90
%0
%4

Triadic Colors of #c118f5

#c118f5 #f5c118 #18f5c1

Analogous Colors of #c118f5

#c118f5 #f518bb #5318f5

Monochromatic Colors of #c118f5

#c118f5

Complementary Color

#c118f5 #4cf518

#c118f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c118f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c118f5 Color CSS Codes

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

#c118f5 Text Font Color

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

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


#c118f5 Background Color

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

This div background color is #c118f5


#c118f5 Border Color

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

This div border color is #c118f5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,24,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c118f5


Comments

No comments written yet.

Please login to write comment.