Color Hex Logo

#ca84db Color Hex

#CA84DB
(202,132,219)
0 Favorites   0 Comments

Color spaces of #ca84db

RGB 202132219
HSL0.800.550.69
HSV288°40°86°
CMYK 0.080.400.00   0.14
XYZ45.394634.173671.2214
Yxy34.17360.30100.2266
Hunter Lab58.458236.3090-31.3141
CIE-Lab65.100141.2641-33.7843

#ca84db color RGB value is (202,132,219).

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

The process color (four color CMYK) of #ca84db color hex is 0.08, 0.40, 0.00, 0.14. Web safe color of #ca84db is #cc99cc. Color #ca84db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11011011
Octal 312 204 333
Decimal 202 132 219
Hex CA 84 DB

RGB Percentages of Color #ca84db

%36.53
%23.87
%39.60

CMYK Percentages of Color #ca84db

%8
%40
%0
%14

Triadic Colors of #ca84db

#ca84db #dbca84 #84dbca

Analogous Colors of #ca84db

#ca84db #db84c1 #9f84db

Monochromatic Colors of #ca84db

#ca84db

Complementary Color

#ca84db #95db84

#ca84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84db Color CSS Codes

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

#ca84db Text Font Color

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

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


#ca84db Background Color

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

This div background color is #ca84db


#ca84db Border Color

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

This div border color is #ca84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84db


Comments

No comments written yet.

Please login to write comment.