Color Hex Logo

#c121bb Color Hex

#C121BB
(193,33,187)
0 Favorites   0 Comments

Color spaces of #c121bb

RGB 19333187
HSL0.840.710.44
HSV302°83°76°
CMYK 0.000.830.03   0.24
XYZ31.505816.013048.4440
Yxy16.01300.32830.1669
Hunter Lab40.016270.5091-43.7656
CIE-Lab46.991574.5203-44.0766

#c121bb color RGB value is (193,33,187).

#c121bb hex color red value is 193, green value is 33 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c121bb hue: 0.84 , saturation: 0.71 and the lightness value of c121bb is 0.44.

The process color (four color CMYK) of #c121bb color hex is 0.00, 0.83, 0.03, 0.24. Web safe color of #c121bb is #cc33cc. Color #c121bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 10111011
Octal 301 41 273
Decimal 193 33 187
Hex C1 21 BB

RGB Percentages of Color #c121bb

%46.73
%7.99
%45.28

CMYK Percentages of Color #c121bb

%0
%83
%3
%24

Triadic Colors of #c121bb

#c121bb #bbc121 #21bbc1

Analogous Colors of #c121bb

#c121bb #c1216b #7721c1

Monochromatic Colors of #c121bb

#c121bb

Complementary Color

#c121bb #21c127

#c121bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c121bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c121bb Color CSS Codes

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

#c121bb Text Font Color

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

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


#c121bb Background Color

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

This div background color is #c121bb


#c121bb Border Color

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

This div border color is #c121bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c121bb


Comments

No comments written yet.

Please login to write comment.