Color Hex Logo

#c148da Color Hex

#C148DA
(193,72,218)
0 Favorites   0 Comments

Color spaces of #c148da

RGB 19372218
HSL0.800.660.57
HSV290°67°85°
CMYK 0.110.670.00   0.15
XYZ36.964621.034168.4414
Yxy21.03410.29230.1664
Hunter Lab45.862963.6072-56.3746
CIE-Lab52.986867.6092-52.3805

#c148da color RGB value is (193,72,218).

#c148da hex color red value is 193, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c148da hue: 0.80 , saturation: 0.66 and the lightness value of c148da is 0.57.

The process color (four color CMYK) of #c148da color hex is 0.11, 0.67, 0.00, 0.15. Web safe color of #c148da is #cc33cc. Color #c148da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 11011010
Octal 301 110 332
Decimal 193 72 218
Hex C1 48 DA

RGB Percentages of Color #c148da

%39.96
%14.91
%45.13

CMYK Percentages of Color #c148da

%11
%67
%0
%15

Triadic Colors of #c148da

#c148da #dac148 #48dac1

Analogous Colors of #c148da

#c148da #da48aa #7848da

Monochromatic Colors of #c148da

#c148da

Complementary Color

#c148da #61da48

#c148da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c148da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c148da Color CSS Codes

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

#c148da Text Font Color

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

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


#c148da Background Color

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

This div background color is #c148da


#c148da Border Color

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

This div border color is #c148da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c148da


Comments

No comments written yet.

Please login to write comment.