Color Hex Logo

#c1338a Color Hex

#C1338A
(193,51,138)
0 Favorites   0 Comments

Color spaces of #c1338a

RGB 19351138
HSL0.900.580.48
HSV323°74°76°
CMYK 0.000.740.28   0.24
XYZ27.763615.540125.5810
Yxy15.54010.40300.2256
Hunter Lab39.420956.7284-10.8798
CIE-Lab46.365262.9380-15.8834

#c1338a color RGB value is (193,51,138).

#c1338a hex color red value is 193, green value is 51 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c1338a hue: 0.90 , saturation: 0.58 and the lightness value of c1338a is 0.48.

The process color (four color CMYK) of #c1338a color hex is 0.00, 0.74, 0.28, 0.24. Web safe color of #c1338a is #cc3399. Color #c1338a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 10001010
Octal 301 63 212
Decimal 193 51 138
Hex C1 33 8A

RGB Percentages of Color #c1338a

%50.52
%13.35
%36.13

CMYK Percentages of Color #c1338a

%0
%74
%28
%24

Triadic Colors of #c1338a

#c1338a #8ac133 #338ac1

Analogous Colors of #c1338a

#c1338a #c13343 #b133c1

Monochromatic Colors of #c1338a

#c1338a

Complementary Color

#c1338a #33c16a

#c1338a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1338a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1338a Color CSS Codes

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

#c1338a Text Font Color

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

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


#c1338a Background Color

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

This div background color is #c1338a


#c1338a Border Color

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

This div border color is #c1338a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1338a


Comments

No comments written yet.

Please login to write comment.