Color Hex Logo

#ca46dc Color Hex

#CA46DC
(202,70,220)
0 Favorites   0 Comments

Color spaces of #ca46dc

RGB 20270220
HSL0.810.680.57
HSV293°68°86°
CMYK 0.080.680.00   0.14
XYZ39.465522.104269.8966
Yxy22.10420.30020.1681
Hunter Lab47.015167.5603-55.2349
CIE-Lab54.137470.7016-51.6024

#ca46dc color RGB value is (202,70,220).

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

The process color (four color CMYK) of #ca46dc color hex is 0.08, 0.68, 0.00, 0.14. Web safe color of #ca46dc is #cc33cc. Color #ca46dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 11011100
Octal 312 106 334
Decimal 202 70 220
Hex CA 46 DC

RGB Percentages of Color #ca46dc

%41.06
%14.23
%44.72

CMYK Percentages of Color #ca46dc

%8
%68
%0
%14

Triadic Colors of #ca46dc

#ca46dc #dcca46 #46dcca

Analogous Colors of #ca46dc

#ca46dc #dc46a3 #7f46dc

Monochromatic Colors of #ca46dc

#ca46dc

Complementary Color

#ca46dc #58dc46

#ca46dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca46dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca46dc Color CSS Codes

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

#ca46dc Text Font Color

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

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


#ca46dc Background Color

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

This div background color is #ca46dc


#ca46dc Border Color

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

This div border color is #ca46dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca46dc


Comments

No comments written yet.

Please login to write comment.