Color Hex Logo

#c028a8 Color Hex

#C028A8
(192,40,168)
0 Favorites   0 Comments

Color spaces of #c028a8

RGB 19240168
HSL0.860.660.45
HSV309°79°75°
CMYK 0.000.790.13   0.25
XYZ29.564915.551238.4892
Yxy15.55120.35360.1860
Hunter Lab39.435064.8123-30.2635
CIE-Lab46.380169.8990-33.8612

#c028a8 color RGB value is (192,40,168).

#c028a8 hex color red value is 192, green value is 40 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #c028a8 hue: 0.86 , saturation: 0.66 and the lightness value of c028a8 is 0.45.

The process color (four color CMYK) of #c028a8 color hex is 0.00, 0.79, 0.13, 0.25. Web safe color of #c028a8 is #cc3399. Color #c028a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101000 10101000
Octal 300 50 250
Decimal 192 40 168
Hex C0 28 A8

RGB Percentages of Color #c028a8

%48.00
%10.00
%42.00

CMYK Percentages of Color #c028a8

%0
%79
%13
%25

Triadic Colors of #c028a8

#c028a8 #a8c028 #28a8c0

Analogous Colors of #c028a8

#c028a8 #c0285c #8c28c0

Monochromatic Colors of #c028a8

#c028a8

Complementary Color

#c028a8 #28c040

#c028a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c028a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c028a8 Color CSS Codes

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

#c028a8 Text Font Color

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

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


#c028a8 Background Color

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

This div background color is #c028a8


#c028a8 Border Color

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

This div border color is #c028a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c028a8


Comments

No comments written yet.

Please login to write comment.