Color Hex Logo

#ca55db Color Hex

#CA55DB
(202,85,219)
0 Favorites   0 Comments

Color spaces of #ca55db

RGB 20285219
HSL0.810.650.60
HSV292°61°86°
CMYK 0.080.610.00   0.14
XYZ40.391824.168069.5538
Yxy24.16800.30120.1802
Hunter Lab49.161060.6281-49.4719
CIE-Lab56.255664.4672-47.6678

#ca55db color RGB value is (202,85,219).

#ca55db hex color red value is 202, green value is 85 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca55db hue: 0.81 , saturation: 0.65 and the lightness value of ca55db is 0.60.

The process color (four color CMYK) of #ca55db color hex is 0.08, 0.61, 0.00, 0.14. Web safe color of #ca55db is #cc66cc. Color #ca55db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 11011011
Octal 312 125 333
Decimal 202 85 219
Hex CA 55 DB

RGB Percentages of Color #ca55db

%39.92
%16.80
%43.28

CMYK Percentages of Color #ca55db

%8
%61
%0
%14

Triadic Colors of #ca55db

#ca55db #dbca55 #55dbca

Analogous Colors of #ca55db

#ca55db #db55a9 #8755db

Monochromatic Colors of #ca55db

#ca55db

Complementary Color

#ca55db #66db55

#ca55db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55db Color CSS Codes

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

#ca55db Text Font Color

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

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


#ca55db Background Color

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

This div background color is #ca55db


#ca55db Border Color

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

This div border color is #ca55db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55db


Comments

No comments written yet.

Please login to write comment.