Color Hex Logo

#c148cb Color Hex

#C148CB
(193,72,203)
0 Favorites   0 Comments

Color spaces of #c148cb

RGB 19372203
HSL0.820.560.54
HSV295°65°80°
CMYK 0.050.650.00   0.20
XYZ35.089220.284058.5657
Yxy20.28400.30800.1780
Hunter Lab45.037860.2544-45.5724
CIE-Lab52.156864.9072-45.1397

#c148cb color RGB value is (193,72,203).

#c148cb hex color red value is 193, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c148cb hue: 0.82 , saturation: 0.56 and the lightness value of c148cb is 0.54.

The process color (four color CMYK) of #c148cb color hex is 0.05, 0.65, 0.00, 0.20. Web safe color of #c148cb is #cc33cc. Color #c148cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 11001011
Octal 301 110 313
Decimal 193 72 203
Hex C1 48 CB

RGB Percentages of Color #c148cb

%41.24
%15.38
%43.38

CMYK Percentages of Color #c148cb

%5
%65
%0
%20

Triadic Colors of #c148cb

#c148cb #cbc148 #48cbc1

Analogous Colors of #c148cb

#c148cb #cb4894 #8048cb

Monochromatic Colors of #c148cb

#c148cb

Complementary Color

#c148cb #52cb48

#c148cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c148cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c148cb Color CSS Codes

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

#c148cb Text Font Color

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

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


#c148cb Background Color

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

This div background color is #c148cb


#c148cb Border Color

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

This div border color is #c148cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c148cb


Comments

No comments written yet.

Please login to write comment.