Color Hex Logo

#c934aa Color Hex

#C934AA
(201,52,170)
0 Favorites   0 Comments

Color spaces of #c934aa

RGB 20152170
HSL0.870.590.50
HSV312°74°79°
CMYK 0.000.740.15   0.21
XYZ32.571117.775839.7446
Yxy17.77580.36150.1973
Hunter Lab42.161464.1150-26.3785
CIE-Lab49.223068.7587-30.4806

#c934aa color RGB value is (201,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 10101010
Octal 311 64 252
Decimal 201 52 170
Hex C9 34 AA

RGB Percentages of Color #c934aa

%47.52
%12.29
%40.19

CMYK Percentages of Color #c934aa

%0
%74
%15
%21

Triadic Colors of #c934aa

#c934aa #aac934 #34aac9

Analogous Colors of #c934aa

#c934aa #c93460 #9e34c9

Monochromatic Colors of #c934aa

#c934aa

Complementary Color

#c934aa #34c953

#c934aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c934aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c934aa Color CSS Codes

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

#c934aa Text Font Color

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

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


#c934aa Background Color

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

This div background color is #c934aa


#c934aa Border Color

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

This div border color is #c934aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c934aa


Comments

No comments written yet.

Please login to write comment.