Color Hex Logo

#ca30db Color Hex

#CA30DB
(202,48,219)
0 Favorites   0 Comments

Color spaces of #ca30db

RGB 20248219
HSL0.820.700.52
HSV294°78°86°
CMYK 0.080.780.00   0.14
XYZ38.200319.784968.8233
Yxy19.78490.30120.1560
Hunter Lab44.480275.4582-60.6020
CIE-Lab51.593177.6387-55.1014

#ca30db color RGB value is (202,48,219).

#ca30db hex color red value is 202, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca30db hue: 0.82 , saturation: 0.70 and the lightness value of ca30db is 0.52.

The process color (four color CMYK) of #ca30db color hex is 0.08, 0.78, 0.00, 0.14. Web safe color of #ca30db is #cc33cc. Color #ca30db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 11011011
Octal 312 60 333
Decimal 202 48 219
Hex CA 30 DB

RGB Percentages of Color #ca30db

%43.07
%10.23
%46.70

CMYK Percentages of Color #ca30db

%8
%78
%0
%14

Triadic Colors of #ca30db

#ca30db #dbca30 #30dbca

Analogous Colors of #ca30db

#ca30db #db3097 #7530db

Monochromatic Colors of #ca30db

#ca30db

Complementary Color

#ca30db #41db30

#ca30db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca30db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca30db Color CSS Codes

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

#ca30db Text Font Color

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

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


#ca30db Background Color

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

This div background color is #ca30db


#ca30db Border Color

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

This div border color is #ca30db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca30db


Comments

No comments written yet.

Please login to write comment.