Color Hex Logo

#ca91dd Color Hex

#CA91DD
(202,145,221)
0 Favorites   0 Comments

Color spaces of #ca91dd

RGB 202145221
HSL0.790.530.72
HSV285°34°87°
CMYK 0.090.340.00   0.13
XYZ47.533738.027873.2414
Yxy38.02780.29930.2395
Hunter Lab61.666729.6741-27.2519
CIE-Lab68.041134.6325-30.3398

#ca91dd color RGB value is (202,145,221).

#ca91dd hex color red value is 202, green value is 145 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca91dd hue: 0.79 , saturation: 0.53 and the lightness value of ca91dd is 0.72.

The process color (four color CMYK) of #ca91dd color hex is 0.09, 0.34, 0.00, 0.13. Web safe color of #ca91dd is #cc99cc. Color #ca91dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 11011101
Octal 312 221 335
Decimal 202 145 221
Hex CA 91 DD

RGB Percentages of Color #ca91dd

%35.56
%25.53
%38.91

CMYK Percentages of Color #ca91dd

%9
%34
%0
%13

Triadic Colors of #ca91dd

#ca91dd #ddca91 #91ddca

Analogous Colors of #ca91dd

#ca91dd #dd91ca #a491dd

Monochromatic Colors of #ca91dd

#ca91dd

Complementary Color

#ca91dd #a4dd91

#ca91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca91dd Color CSS Codes

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

#ca91dd Text Font Color

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

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


#ca91dd Background Color

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

This div background color is #ca91dd


#ca91dd Border Color

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

This div border color is #ca91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca91dd


Comments

No comments written yet.

Please login to write comment.