Color Hex Logo

#c235aa Color Hex

#C235AA
(194,53,170)
0 Favorites   0 Comments

Color spaces of #c235aa

RGB 19453170
HSL0.860.570.48
HSV310°73°76°
CMYK 0.000.730.12   0.24
XYZ30.776916.917839.6736
Yxy16.91780.35230.1936
Hunter Lab41.131361.5848-28.3969
CIE-Lab48.156366.8104-32.2347

#c235aa color RGB value is (194,53,170).

#c235aa hex color red value is 194, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c235aa hue: 0.86 , saturation: 0.57 and the lightness value of c235aa is 0.48.

The process color (four color CMYK) of #c235aa color hex is 0.00, 0.73, 0.12, 0.24. Web safe color of #c235aa is #cc3399. Color #c235aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 10101010
Octal 302 65 252
Decimal 194 53 170
Hex C2 35 AA

RGB Percentages of Color #c235aa

%46.52
%12.71
%40.77

CMYK Percentages of Color #c235aa

%0
%73
%12
%24

Triadic Colors of #c235aa

#c235aa #aac235 #35aac2

Analogous Colors of #c235aa

#c235aa #c23564 #9435c2

Monochromatic Colors of #c235aa

#c235aa

Complementary Color

#c235aa #35c24d

#c235aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c235aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c235aa Color CSS Codes

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

#c235aa Text Font Color

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

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


#c235aa Background Color

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

This div background color is #c235aa


#c235aa Border Color

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

This div border color is #c235aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c235aa


Comments

No comments written yet.

Please login to write comment.