Color Hex Logo

#c128ec Color Hex

#C128EC
(193,40,236)
0 Favorites   0 Comments

Color spaces of #c128ec

RGB 19340236
HSL0.800.840.54
HSV287°83°93°
CMYK 0.180.830.00   0.07
XYZ37.891418.911281.0100
Yxy18.91120.27490.1372
Hunter Lab43.487079.4296-80.0078
CIE-Lab50.583280.9948-66.4284

#c128ec color RGB value is (193,40,236).

#c128ec hex color red value is 193, green value is 40 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c128ec hue: 0.80 , saturation: 0.84 and the lightness value of c128ec is 0.54.

The process color (four color CMYK) of #c128ec color hex is 0.18, 0.83, 0.00, 0.07. Web safe color of #c128ec is #cc33ff. Color #c128ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101000 11101100
Octal 301 50 354
Decimal 193 40 236
Hex C1 28 EC

RGB Percentages of Color #c128ec

%41.15
%8.53
%50.32

CMYK Percentages of Color #c128ec

%18
%83
%0
%7

Triadic Colors of #c128ec

#c128ec #ecc128 #28ecc1

Analogous Colors of #c128ec

#c128ec #ec28b5 #5f28ec

Monochromatic Colors of #c128ec

#c128ec

Complementary Color

#c128ec #53ec28

#c128ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c128ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c128ec Color CSS Codes

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

#c128ec Text Font Color

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

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


#c128ec Background Color

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

This div background color is #c128ec


#c128ec Border Color

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

This div border color is #c128ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c128ec


Comments

No comments written yet.

Please login to write comment.