Color Hex Logo

#c108aa Color Hex

#C108AA
(193,8,170)
0 Favorites   0 Comments

Color spaces of #c108aa

RGB 1938170
HSL0.850.920.39
HSV307°96°76°
CMYK 0.000.960.12   0.24
XYZ29.334914.413439.2662
Yxy14.41340.35340.1736
Hunter Lab37.965071.4852-34.7466
CIE-Lab44.820175.7424-37.4962

#c108aa color RGB value is (193,8,170).

#c108aa hex color red value is 193, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c108aa hue: 0.85 , saturation: 0.92 and the lightness value of c108aa is 0.39.

The process color (four color CMYK) of #c108aa color hex is 0.00, 0.96, 0.12, 0.24. Web safe color of #c108aa is #cc0099. Color #c108aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001000 10101010
Octal 301 10 252
Decimal 193 8 170
Hex C1 8 AA

RGB Percentages of Color #c108aa

%52.02
%2.16
%45.82

CMYK Percentages of Color #c108aa

%0
%96
%12
%24

Triadic Colors of #c108aa

#c108aa #aac108 #08aac1

Analogous Colors of #c108aa

#c108aa #c1084e #7c08c1

Monochromatic Colors of #c108aa

#c108aa

Complementary Color

#c108aa #08c11f

#c108aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c108aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c108aa Color CSS Codes

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

#c108aa Text Font Color

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

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


#c108aa Background Color

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

This div background color is #c108aa


#c108aa Border Color

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

This div border color is #c108aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c108aa


Comments

No comments written yet.

Please login to write comment.