Color Hex Logo

#ca30ab Color Hex

#CA30AB
(202,48,171)
0 Favorites   0 Comments

Color spaces of #ca30ab

RGB 20248171
HSL0.870.620.49
HSV312°76°79°
CMYK 0.000.760.15   0.21
XYZ32.764817.610740.2004
Yxy17.61070.36170.1944
Hunter Lab41.965165.9273-27.4212
CIE-Lab49.020570.3241-31.3742

#ca30ab color RGB value is (202,48,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 10101011
Octal 312 60 253
Decimal 202 48 171
Hex CA 30 AB

RGB Percentages of Color #ca30ab

%47.98
%11.40
%40.62

CMYK Percentages of Color #ca30ab

%0
%76
%15
%21

Triadic Colors of #ca30ab

#ca30ab #abca30 #30abca

Analogous Colors of #ca30ab

#ca30ab #ca305e #9c30ca

Monochromatic Colors of #ca30ab

#ca30ab

Complementary Color

#ca30ab #30ca4f

#ca30ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca30ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca30ab Color CSS Codes

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

#ca30ab Text Font Color

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

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


#ca30ab Background Color

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

This div background color is #ca30ab


#ca30ab Border Color

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

This div border color is #ca30ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,48,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca30ab


Comments

No comments written yet.

Please login to write comment.