Color Hex Logo

#ca88db Color Hex

#CA88DB
(202,136,219)
0 Favorites   0 Comments

Color spaces of #ca88db

RGB 202136219
HSL0.800.540.70
HSV288°38°86°
CMYK 0.080.380.00   0.14
XYZ45.947535.279371.4057
Yxy35.27930.30100.2311
Hunter Lab59.396434.1393-29.7003
CIE-Lab65.965539.1143-32.4419

#ca88db color RGB value is (202,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 11011011
Octal 312 210 333
Decimal 202 136 219
Hex CA 88 DB

RGB Percentages of Color #ca88db

%36.27
%24.42
%39.32

CMYK Percentages of Color #ca88db

%8
%38
%0
%14

Triadic Colors of #ca88db

#ca88db #dbca88 #88dbca

Analogous Colors of #ca88db

#ca88db #db88c3 #a188db

Monochromatic Colors of #ca88db

#ca88db

Complementary Color

#ca88db #99db88

#ca88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca88db Color CSS Codes

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

#ca88db Text Font Color

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

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


#ca88db Background Color

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

This div background color is #ca88db


#ca88db Border Color

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

This div border color is #ca88db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca88db


Comments

No comments written yet.

Please login to write comment.