Color Hex Logo

#c124cf Color Hex

#C124CF
(193,36,207)
0 Favorites   0 Comments

Color spaces of #c124cf

RGB 19336207
HSL0.820.700.48
HSV295°83°81°
CMYK 0.070.830.00   0.19
XYZ33.885717.104260.5470
Yxy17.10420.30380.1534
Hunter Lab41.357273.8774-57.8505
CIE-Lab48.391176.9902-53.4462

#c124cf color RGB value is (193,36,207).

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

The process color (four color CMYK) of #c124cf color hex is 0.07, 0.83, 0.00, 0.19. Web safe color of #c124cf is #cc33cc. Color #c124cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 11001111
Octal 301 44 317
Decimal 193 36 207
Hex C1 24 CF

RGB Percentages of Color #c124cf

%44.27
%8.26
%47.48

CMYK Percentages of Color #c124cf

%7
%83
%0
%19

Triadic Colors of #c124cf

#c124cf #cfc124 #24cfc1

Analogous Colors of #c124cf

#c124cf #cf2488 #6c24cf

Monochromatic Colors of #c124cf

#c124cf

Complementary Color

#c124cf #32cf24

#c124cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c124cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c124cf Color CSS Codes

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

#c124cf Text Font Color

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

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


#c124cf Background Color

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

This div background color is #c124cf


#c124cf Border Color

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

This div border color is #c124cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c124cf


Comments

No comments written yet.

Please login to write comment.