Color Hex Logo

#ca11dd Color Hex

#CA11DD
(202,17,221)
0 Favorites   0 Comments

Color spaces of #ca11dd

RGB 20217221
HSL0.820.860.47
HSV294°92°87°
CMYK 0.090.920.00   0.13
XYZ37.608718.177969.9331
Yxy18.17790.29910.1446
Hunter Lab42.635582.8421-67.4057
CIE-Lab49.711283.8359-59.2639

#ca11dd color RGB value is (202,17,221).

#ca11dd hex color red value is 202, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca11dd hue: 0.82 , saturation: 0.86 and the lightness value of ca11dd is 0.47.

The process color (four color CMYK) of #ca11dd color hex is 0.09, 0.92, 0.00, 0.13. Web safe color of #ca11dd is #cc00cc. Color #ca11dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010001 11011101
Octal 312 21 335
Decimal 202 17 221
Hex CA 11 DD

RGB Percentages of Color #ca11dd

%45.91
%3.86
%50.23

CMYK Percentages of Color #ca11dd

%9
%92
%0
%13

Triadic Colors of #ca11dd

#ca11dd #ddca11 #11ddca

Analogous Colors of #ca11dd

#ca11dd #dd118a #6411dd

Monochromatic Colors of #ca11dd

#ca11dd

Complementary Color

#ca11dd #24dd11

#ca11dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca11dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca11dd Color CSS Codes

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

#ca11dd Text Font Color

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

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


#ca11dd Background Color

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

This div background color is #ca11dd


#ca11dd Border Color

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

This div border color is #ca11dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,17,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca11dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca11dd


Comments

No comments written yet.

Please login to write comment.