Color Hex Logo

#c124ca Color Hex

#C124CA
(193,36,202)
0 Favorites   0 Comments

Color spaces of #c124ca

RGB 19336202
HSL0.820.700.47
HSV297°82°79°
CMYK 0.040.820.00   0.21
XYZ33.283916.863557.3778
Yxy16.86350.30950.1568
Hunter Lab41.065272.8126-54.0965
CIE-Lab48.087676.1870-51.0483

#c124ca color RGB value is (193,36,202).

#c124ca hex color red value is 193, green value is 36 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c124ca hue: 0.82 , saturation: 0.70 and the lightness value of c124ca is 0.47.

The process color (four color CMYK) of #c124ca color hex is 0.04, 0.82, 0.00, 0.21. Web safe color of #c124ca is #cc33cc. Color #c124ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 11001010
Octal 301 44 312
Decimal 193 36 202
Hex C1 24 CA

RGB Percentages of Color #c124ca

%44.78
%8.35
%46.87

CMYK Percentages of Color #c124ca

%4
%82
%0
%21

Triadic Colors of #c124ca

#c124ca #cac124 #24cac1

Analogous Colors of #c124ca

#c124ca #ca2480 #6e24ca

Monochromatic Colors of #c124ca

#c124ca

Complementary Color

#c124ca #2dca24

#c124ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c124ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c124ca Color CSS Codes

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

#c124ca Text Font Color

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

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


#c124ca Background Color

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

This div background color is #c124ca


#c124ca Border Color

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

This div border color is #c124ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c124ca


Comments

No comments written yet.

Please login to write comment.