Color Hex Logo

#c128da Color Hex

#C128DA
(193,40,218)
0 Favorites   0 Comments

Color spaces of #c128da

RGB 19340218
HSL0.810.710.51
HSV292°82°85°
CMYK 0.110.820.00   0.15
XYZ35.406017.917067.9219
Yxy17.91700.29200.1478
Hunter Lab42.328575.2329-65.5091
CIE-Lab49.395377.8865-58.1382

#c128da color RGB value is (193,40,218).

#c128da hex color red value is 193, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c128da hue: 0.81 , saturation: 0.71 and the lightness value of c128da is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101000 11011010
Octal 301 50 332
Decimal 193 40 218
Hex C1 28 DA

RGB Percentages of Color #c128da

%42.79
%8.87
%48.34

CMYK Percentages of Color #c128da

%11
%82
%0
%15

Triadic Colors of #c128da

#c128da #dac128 #28dac1

Analogous Colors of #c128da

#c128da #da289a #6828da

Monochromatic Colors of #c128da

#c128da

Complementary Color

#c128da #41da28

#c128da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c128da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c128da Color CSS Codes

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

#c128da Text Font Color

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

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


#c128da Background Color

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

This div background color is #c128da


#c128da Border Color

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

This div border color is #c128da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c128da


Comments

No comments written yet.

Please login to write comment.