Color Hex Logo

#ca46dd Color Hex

#CA46DD
(202,70,221)
0 Favorites   0 Comments

Color spaces of #ca46dd

RGB 20270221
HSL0.810.690.57
HSV292°68°87°
CMYK 0.090.680.00   0.13
XYZ39.598422.157370.5963
Yxy22.15730.29920.1674
Hunter Lab47.071567.7859-55.9711
CIE-Lab54.193570.8780-52.0795

#ca46dd color RGB value is (202,70,221).

#ca46dd hex color red value is 202, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca46dd hue: 0.81 , saturation: 0.69 and the lightness value of ca46dd is 0.57.

The process color (four color CMYK) of #ca46dd color hex is 0.09, 0.68, 0.00, 0.13. Web safe color of #ca46dd is #cc33cc. Color #ca46dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 11011101
Octal 312 106 335
Decimal 202 70 221
Hex CA 46 DD

RGB Percentages of Color #ca46dd

%40.97
%14.20
%44.83

CMYK Percentages of Color #ca46dd

%9
%68
%0
%13

Triadic Colors of #ca46dd

#ca46dd #ddca46 #46ddca

Analogous Colors of #ca46dd

#ca46dd #dd46a5 #7f46dd

Monochromatic Colors of #ca46dd

#ca46dd

Complementary Color

#ca46dd #59dd46

#ca46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca46dd Color CSS Codes

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

#ca46dd Text Font Color

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

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


#ca46dd Background Color

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

This div background color is #ca46dd


#ca46dd Border Color

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

This div border color is #ca46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca46dd


Comments

No comments written yet.

Please login to write comment.