Color Hex Logo

#ca46ca Color Hex

#CA46CA
(202,70,202)
0 Favorites   0 Comments

Color spaces of #ca46ca

RGB 20270202
HSL0.830.550.53
HSV300°65°79°
CMYK 0.000.650.00   0.21
XYZ37.207921.201158.0083
Yxy21.20110.31960.1821
Hunter Lab46.044763.6647-42.4639
CIE-Lab53.168967.6233-42.8770

#ca46ca color RGB value is (202,70,202).

#ca46ca hex color red value is 202, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ca46ca hue: 0.83 , saturation: 0.55 and the lightness value of ca46ca is 0.53.

The process color (four color CMYK) of #ca46ca color hex is 0.00, 0.65, 0.00, 0.21. Web safe color of #ca46ca is #cc33cc. Color #ca46ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 11001010
Octal 312 106 312
Decimal 202 70 202
Hex CA 46 CA

RGB Percentages of Color #ca46ca

%42.62
%14.77
%42.62

CMYK Percentages of Color #ca46ca

%0
%65
%0
%21

Triadic Colors of #ca46ca

#ca46ca #caca46 #46caca

Analogous Colors of #ca46ca

#ca46ca #ca4688 #8846ca

Monochromatic Colors of #ca46ca

#ca46ca

Complementary Color

#ca46ca #46ca46

#ca46ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca46ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca46ca Color CSS Codes

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

#ca46ca Text Font Color

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

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


#ca46ca Background Color

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

This div background color is #ca46ca


#ca46ca Border Color

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

This div border color is #ca46ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca46ca


Comments

No comments written yet.

Please login to write comment.