Color Hex Logo

#c148ab Color Hex

#C148AB
(193,72,171)
0 Favorites   0 Comments

Color spaces of #c148ab

RGB 19372171
HSL0.860.490.52
HSV311°63°76°
CMYK 0.000.630.11   0.24
XYZ31.660418.912540.5099
Yxy18.91250.34760.2076
Hunter Lab43.488553.8463-24.7872
CIE-Lab50.584759.5977-29.0446

#c148ab color RGB value is (193,72,171).

#c148ab hex color red value is 193, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c148ab hue: 0.86 , saturation: 0.49 and the lightness value of c148ab is 0.52.

The process color (four color CMYK) of #c148ab color hex is 0.00, 0.63, 0.11, 0.24. Web safe color of #c148ab is #cc3399. Color #c148ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 10101011
Octal 301 110 253
Decimal 193 72 171
Hex C1 48 AB

RGB Percentages of Color #c148ab

%44.27
%16.51
%39.22

CMYK Percentages of Color #c148ab

%0
%63
%11
%24

Triadic Colors of #c148ab

#c148ab #abc148 #48abc1

Analogous Colors of #c148ab

#c148ab #c1486f #9b48c1

Monochromatic Colors of #c148ab

#c148ab

Complementary Color

#c148ab #48c15e

#c148ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c148ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c148ab Color CSS Codes

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

#c148ab Text Font Color

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

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


#c148ab Background Color

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

This div background color is #c148ab


#c148ab Border Color

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

This div border color is #c148ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c148ab


Comments

No comments written yet.

Please login to write comment.