Color Hex Logo

#ca30aa Color Hex

#CA30AA
(202,48,170)
0 Favorites   0 Comments

Color spaces of #ca30aa

RGB 20248170
HSL0.870.620.49
HSV312°76°79°
CMYK 0.000.760.16   0.21
XYZ32.669817.572739.7002
Yxy17.57270.36320.1954
Hunter Lab41.919865.7526-26.8068
CIE-Lab48.973770.1866-30.8573

#ca30aa color RGB value is (202,48,170).

#ca30aa hex color red value is 202, green value is 48 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca30aa hue: 0.87 , saturation: 0.62 and the lightness value of ca30aa is 0.49.

The process color (four color CMYK) of #ca30aa color hex is 0.00, 0.76, 0.16, 0.21. Web safe color of #ca30aa is #cc3399. Color #ca30aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 10101010
Octal 312 60 252
Decimal 202 48 170
Hex CA 30 AA

RGB Percentages of Color #ca30aa

%48.10
%11.43
%40.48

CMYK Percentages of Color #ca30aa

%0
%76
%16
%21

Triadic Colors of #ca30aa

#ca30aa #aaca30 #30aaca

Analogous Colors of #ca30aa

#ca30aa #ca305d #9d30ca

Monochromatic Colors of #ca30aa

#ca30aa

Complementary Color

#ca30aa #30ca50

#ca30aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca30aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca30aa Color CSS Codes

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

#ca30aa Text Font Color

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

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


#ca30aa Background Color

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

This div background color is #ca30aa


#ca30aa Border Color

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

This div border color is #ca30aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca30aa


Comments

No comments written yet.

Please login to write comment.