Color Hex Logo

#ca01dd Color Hex

#CA01DD
(202,1,221)
0 Favorites   0 Comments

Color spaces of #ca01dd

RGB 2021221
HSL0.820.990.44
HSV295°100°87°
CMYK 0.091.000.00   0.13
XYZ37.419117.798769.8699
Yxy17.79870.29910.1423
Hunter Lab42.188584.4907-68.6603
CIE-Lab49.251085.2014-60.0052

#ca01dd color RGB value is (202,1,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 11011101
Octal 312 1 335
Decimal 202 1 221
Hex CA 1 DD

RGB Percentages of Color #ca01dd

%47.64
%0.24
%52.12

CMYK Percentages of Color #ca01dd

%9
%100
%0
%13

Triadic Colors of #ca01dd

#ca01dd #ddca01 #01ddca

Analogous Colors of #ca01dd

#ca01dd #dd0182 #5c01dd

Monochromatic Colors of #ca01dd

#ca01dd

Complementary Color

#ca01dd #14dd01

#ca01dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca01dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca01dd Color CSS Codes

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

#ca01dd Text Font Color

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

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


#ca01dd Background Color

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

This div background color is #ca01dd


#ca01dd Border Color

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

This div border color is #ca01dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca01dd


Comments

No comments written yet.

Please login to write comment.