Color Hex Logo

#ca79db Color Hex

#CA79DB
(202,121,219)
0 Favorites   0 Comments

Color spaces of #ca79db

RGB 202121219
HSL0.800.580.67
HSV290°45°86°
CMYK 0.080.450.00   0.14
XYZ43.980731.345870.7501
Yxy31.34580.30110.2146
Hunter Lab55.987342.2424-35.7325
CIE-Lab62.798547.0844-37.3689

#ca79db color RGB value is (202,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 11011011
Octal 312 171 333
Decimal 202 121 219
Hex CA 79 DB

RGB Percentages of Color #ca79db

%37.27
%22.32
%40.41

CMYK Percentages of Color #ca79db

%8
%45
%0
%14

Triadic Colors of #ca79db

#ca79db #dbca79 #79dbca

Analogous Colors of #ca79db

#ca79db #db79bb #9979db

Monochromatic Colors of #ca79db

#ca79db

Complementary Color

#ca79db #8adb79

#ca79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca79db Color CSS Codes

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

#ca79db Text Font Color

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

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


#ca79db Background Color

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

This div background color is #ca79db


#ca79db Border Color

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

This div border color is #ca79db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca79db


Comments

No comments written yet.

Please login to write comment.