color codes Logo

#c124cd color codes

#C124CD
(193,36,205)
0 Favorites   0 Comments

Color spaces of #c124cd

RGB 19336205
HSL0.820.700.47
HSV296°82°80°
CMYK 0.060.820.00   0.20
XYZ33.642617.007059.2671
Yxy17.00700.30610.1547
Hunter Lab41.239573.4484-56.3405
CIE-Lab48.268976.6671-52.4898

#c124cd color RGB value is (193,36,205).

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

The process color (four color CMYK) of #c124cd color code is 0.06, 0.82, 0.00, 0.20. Web safe color of #c124cd is #cc33cc. Color #c124cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 11001101
Octal 301 44 315
Decimal 193 36 205
Hex C1 24 CD

RGB Percentages of Color #c124cd

%44.47
%8.29
%47.24

CMYK Percentages of Color #c124cd

%6
%82
%0
%20

Triadic Colors of #c124cd

#c124cd #cdc124 #24cdc1

Analogous Colors of #c124cd

#c124cd #cd2485 #6d24cd

Monochromatic Colors of #c124cd

#c124cd

Complementary Color

#c124cd #30cd24

#c124cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c124cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c124cd Color CSS Codes

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

#c124cd Text Font Color

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

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


#c124cd Background Color

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

This div background color is #c124cd


#c124cd Border Color

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

This div border color is #c124cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c124cd


Comments

No comments written yet.

Please login to write comment.