Color Hex Logo

#ca3cdb Color Hex

#CA3CDB
(202,60,219)
0 Favorites   0 Comments

Color spaces of #ca3cdb

RGB 20260219
HSL0.820.690.55
HSV294°73°86°
CMYK 0.080.730.00   0.14
XYZ38.759220.902769.0096
Yxy20.90270.30120.1625
Hunter Lab45.719571.3163-57.4895
CIE-Lab52.842874.0429-53.1015

#ca3cdb color RGB value is (202,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111100 11011011
Octal 312 74 333
Decimal 202 60 219
Hex CA 3C DB

RGB Percentages of Color #ca3cdb

%42.00
%12.47
%45.53

CMYK Percentages of Color #ca3cdb

%8
%73
%0
%14

Triadic Colors of #ca3cdb

#ca3cdb #dbca3c #3cdbca

Analogous Colors of #ca3cdb

#ca3cdb #db3c9d #7b3cdb

Monochromatic Colors of #ca3cdb

#ca3cdb

Complementary Color

#ca3cdb #4ddb3c

#ca3cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca3cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca3cdb Color CSS Codes

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

#ca3cdb Text Font Color

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

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


#ca3cdb Background Color

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

This div background color is #ca3cdb


#ca3cdb Border Color

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

This div border color is #ca3cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca3cdb


Comments

No comments written yet.

Please login to write comment.