Color Hex Logo

#ca75db Color Hex

#CA75DB
(202,117,219)
0 Favorites   0 Comments

Color spaces of #ca75db

RGB 202117219
HSL0.810.590.66
HSV290°47°86°
CMYK 0.080.470.00   0.14
XYZ43.504630.393670.5914
Yxy30.39360.30110.2104
Hunter Lab55.130444.3801-37.3263
CIE-Lab61.992449.1585-38.6292

#ca75db color RGB value is (202,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 11011011
Octal 312 165 333
Decimal 202 117 219
Hex CA 75 DB

RGB Percentages of Color #ca75db

%37.55
%21.75
%40.71

CMYK Percentages of Color #ca75db

%8
%47
%0
%14

Triadic Colors of #ca75db

#ca75db #dbca75 #75dbca

Analogous Colors of #ca75db

#ca75db #db75b9 #9775db

Monochromatic Colors of #ca75db

#ca75db

Complementary Color

#ca75db #86db75

#ca75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca75db Color CSS Codes

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

#ca75db Text Font Color

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

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


#ca75db Background Color

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

This div background color is #ca75db


#ca75db Border Color

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

This div border color is #ca75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca75db


Comments

No comments written yet.

Please login to write comment.