color codes Logo

#c103ab color codes

#C103AB
(193,3,171)
0 Favorites   0 Comments

Color spaces of #c103ab

RGB 1933171
HSL0.850.970.38
HSV307°98°76°
CMYK 0.000.980.11   0.24
XYZ29.375614.342939.7483
Yxy14.34290.35190.1718
Hunter Lab37.872072.1783-35.7170
CIE-Lab44.720776.3267-38.2477

#c103ab color RGB value is (193,3,171).

#c103ab hex color red value is 193, green value is 3 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c103ab hue: 0.85 , saturation: 0.97 and the lightness value of c103ab is 0.38.

The process color (four color CMYK) of #c103ab color code is 0.00, 0.98, 0.11, 0.24. Web safe color of #c103ab is #cc0099. Color #c103ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000011 10101011
Octal 301 3 253
Decimal 193 3 171
Hex C1 3 AB

RGB Percentages of Color #c103ab

%52.59
%0.82
%46.59

CMYK Percentages of Color #c103ab

%0
%98
%11
%24

Triadic Colors of #c103ab

#c103ab #abc103 #03abc1

Analogous Colors of #c103ab

#c103ab #c1034c #7803c1

Monochromatic Colors of #c103ab

#c103ab

Complementary Color

#c103ab #03c119

#c103ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c103ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c103ab Color CSS Codes

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

#c103ab Text Font Color

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

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


#c103ab Background Color

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

This div background color is #c103ab


#c103ab Border Color

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

This div border color is #c103ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c103ab


Comments

No comments written yet.

Please login to write comment.