Color Hex Logo

#c124eb Color Hex

#C124EB
(193,36,235)
0 Favorites   0 Comments

Color spaces of #c124eb

RGB 19336235
HSL0.800.830.53
HSV287°85°92°
CMYK 0.180.850.00   0.08
XYZ37.618618.597480.2042
Yxy18.59740.27580.1363
Hunter Lab43.124780.2411-80.0815
CIE-Lab50.212881.7059-66.4641

#c124eb color RGB value is (193,36,235).

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

The process color (four color CMYK) of #c124eb color hex is 0.18, 0.85, 0.00, 0.08. Web safe color of #c124eb is #cc33ff. Color #c124eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 11101011
Octal 301 44 353
Decimal 193 36 235
Hex C1 24 EB

RGB Percentages of Color #c124eb

%41.59
%7.76
%50.65

CMYK Percentages of Color #c124eb

%18
%85
%0
%8

Triadic Colors of #c124eb

#c124eb #ebc124 #24ebc1

Analogous Colors of #c124eb

#c124eb #eb24b2 #5d24eb

Monochromatic Colors of #c124eb

#c124eb

Complementary Color

#c124eb #4eeb24

#c124eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c124eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c124eb Color CSS Codes

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

#c124eb Text Font Color

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

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


#c124eb Background Color

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

This div background color is #c124eb


#c124eb Border Color

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

This div border color is #c124eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c124eb


Comments

No comments written yet.

Please login to write comment.