Color Hex Logo

#c123cc Color Hex

#C123CC
(193,35,204)
0 Favorites   0 Comments

Color spaces of #c123cc

RGB 19335204
HSL0.820.710.47
HSV296°83°80°
CMYK 0.050.830.00   0.20
XYZ33.492416.899258.6234
Yxy16.89920.30720.1550
Hunter Lab41.108673.4890-55.7751
CIE-Lab48.132876.7265-52.1310

#c123cc color RGB value is (193,35,204).

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

The process color (four color CMYK) of #c123cc color hex is 0.05, 0.83, 0.00, 0.20. Web safe color of #c123cc is #cc33cc. Color #c123cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 11001100
Octal 301 43 314
Decimal 193 35 204
Hex C1 23 CC

RGB Percentages of Color #c123cc

%44.68
%8.10
%47.22

CMYK Percentages of Color #c123cc

%5
%83
%0
%20

Triadic Colors of #c123cc

#c123cc #ccc123 #23ccc1

Analogous Colors of #c123cc

#c123cc #cc2383 #6d23cc

Monochromatic Colors of #c123cc

#c123cc

Complementary Color

#c123cc #2ecc23

#c123cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c123cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c123cc Color CSS Codes

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

#c123cc Text Font Color

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

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


#c123cc Background Color

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

This div background color is #c123cc


#c123cc Border Color

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

This div border color is #c123cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c123cc


Comments

No comments written yet.

Please login to write comment.