Color Hex Logo

#c938aa Color Hex

#C938AA
(201,56,170)
0 Favorites   0 Comments

Color spaces of #c938aa

RGB 20156170
HSL0.870.570.50
HSV313°72°79°
CMYK 0.000.720.15   0.21
XYZ32.757318.148139.8067
Yxy18.14810.36110.2001
Hunter Lab42.600662.7048-25.5812
CIE-Lab49.675267.4751-29.7754

#c938aa color RGB value is (201,56,170).

#c938aa hex color red value is 201, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c938aa hue: 0.87 , saturation: 0.57 and the lightness value of c938aa is 0.50.

The process color (four color CMYK) of #c938aa color hex is 0.00, 0.72, 0.15, 0.21. Web safe color of #c938aa is #cc3399. Color #c938aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111000 10101010
Octal 311 70 252
Decimal 201 56 170
Hex C9 38 AA

RGB Percentages of Color #c938aa

%47.07
%13.11
%39.81

CMYK Percentages of Color #c938aa

%0
%72
%15
%21

Triadic Colors of #c938aa

#c938aa #aac938 #38aac9

Analogous Colors of #c938aa

#c938aa #c93862 #a038c9

Monochromatic Colors of #c938aa

#c938aa

Complementary Color

#c938aa #38c957

#c938aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c938aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c938aa Color CSS Codes

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

#c938aa Text Font Color

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

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


#c938aa Background Color

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

This div background color is #c938aa


#c938aa Border Color

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

This div border color is #c938aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c938aa


Comments

No comments written yet.

Please login to write comment.