Color Hex Logo

#c121cd Color Hex

#C121CD
(193,33,205)
0 Favorites   0 Comments

Color spaces of #c121cd

RGB 19333205
HSL0.820.720.47
HSV296°84°80°
CMYK 0.060.840.00   0.20
XYZ33.555616.832959.2381
Yxy16.83290.30610.1535
Hunter Lab41.027974.1914-56.8862
CIE-Lab48.048877.3105-52.8425

#c121cd color RGB value is (193,33,205).

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

The process color (four color CMYK) of #c121cd color hex is 0.06, 0.84, 0.00, 0.20. Web safe color of #c121cd is #cc33cc. Color #c121cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 11001101
Octal 301 41 315
Decimal 193 33 205
Hex C1 21 CD

RGB Percentages of Color #c121cd

%44.78
%7.66
%47.56

CMYK Percentages of Color #c121cd

%6
%84
%0
%20

Triadic Colors of #c121cd

#c121cd #cdc121 #21cdc1

Analogous Colors of #c121cd

#c121cd #cd2183 #6b21cd

Monochromatic Colors of #c121cd

#c121cd

Complementary Color

#c121cd #2dcd21

#c121cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c121cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c121cd Color CSS Codes

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

#c121cd Text Font Color

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

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


#c121cd Background Color

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

This div background color is #c121cd


#c121cd Border Color

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

This div border color is #c121cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,33,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 #c121cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c121cd


Comments

No comments written yet.

Please login to write comment.