Color Hex Logo

#ca69db Color Hex

#CA69DB
(202,105,219)
0 Favorites   0 Comments

Color spaces of #ca69db

RGB 202105219
HSL0.810.610.64
HSV291°52°86°
CMYK 0.080.520.00   0.14
XYZ42.194927.774270.1549
Yxy27.77420.30110.1982
Hunter Lab52.701250.6877-42.0349
CIE-Lab59.684255.2012-42.2512

#ca69db color RGB value is (202,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 11011011
Octal 312 151 333
Decimal 202 105 219
Hex CA 69 DB

RGB Percentages of Color #ca69db

%38.40
%19.96
%41.63

CMYK Percentages of Color #ca69db

%8
%52
%0
%14

Triadic Colors of #ca69db

#ca69db #dbca69 #69dbca

Analogous Colors of #ca69db

#ca69db #db69b3 #9169db

Monochromatic Colors of #ca69db

#ca69db

Complementary Color

#ca69db #7adb69

#ca69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca69db Color CSS Codes

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

#ca69db Text Font Color

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

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


#ca69db Background Color

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

This div background color is #ca69db


#ca69db Border Color

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

This div border color is #ca69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca69db


Comments

No comments written yet.

Please login to write comment.