Color Hex Logo

#c122bc Color Hex

#C122BC
(193,34,188)
0 Favorites   0 Comments

Color spaces of #c122bc

RGB 19334188
HSL0.840.700.45
HSV302°82°76°
CMYK 0.000.820.03   0.24
XYZ31.641416.112449.0193
Yxy16.11240.32700.1665
Hunter Lab40.140370.4609-44.3068
CIE-Lab47.121674.4554-44.4544

#c122bc color RGB value is (193,34,188).

#c122bc hex color red value is 193, green value is 34 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c122bc hue: 0.84 , saturation: 0.70 and the lightness value of c122bc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100010 10111100
Octal 301 42 274
Decimal 193 34 188
Hex C1 22 BC

RGB Percentages of Color #c122bc

%46.51
%8.19
%45.30

CMYK Percentages of Color #c122bc

%0
%82
%3
%24

Triadic Colors of #c122bc

#c122bc #bcc122 #22bcc1

Analogous Colors of #c122bc

#c122bc #c1226d #7722c1

Monochromatic Colors of #c122bc

#c122bc

Complementary Color

#c122bc #22c127

#c122bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c122bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c122bc Color CSS Codes

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

#c122bc Text Font Color

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

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


#c122bc Background Color

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

This div background color is #c122bc


#c122bc Border Color

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

This div border color is #c122bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c122bc


Comments

No comments written yet.

Please login to write comment.