Color Hex Logo

#ca74db Color Hex

#CA74DB
(202,116,219)
0 Favorites   0 Comments

Color spaces of #ca74db

RGB 202116219
HSL0.810.590.66
HSV290°47°86°
CMYK 0.080.470.00   0.14
XYZ43.388730.161870.5528
Yxy30.16180.30110.2093
Hunter Lab54.919844.9122-37.7232
CIE-Lab61.793649.6728-38.9403

#ca74db color RGB value is (202,116,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 11011011
Octal 312 164 333
Decimal 202 116 219
Hex CA 74 DB

RGB Percentages of Color #ca74db

%37.62
%21.60
%40.78

CMYK Percentages of Color #ca74db

%8
%47
%0
%14

Triadic Colors of #ca74db

#ca74db #dbca74 #74dbca

Analogous Colors of #ca74db

#ca74db #db74b9 #9774db

Monochromatic Colors of #ca74db

#ca74db

Complementary Color

#ca74db #85db74

#ca74db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca74db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca74db Color CSS Codes

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

#ca74db Text Font Color

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

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


#ca74db Background Color

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

This div background color is #ca74db


#ca74db Border Color

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

This div border color is #ca74db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca74db


Comments

No comments written yet.

Please login to write comment.