Color Hex Logo

#ca44cc Color Hex

#CA44CC
(202,68,204)
0 Favorites   0 Comments

Color spaces of #ca44cc

RGB 20268204
HSL0.830.570.53
HSV299°67°80°
CMYK 0.010.670.00   0.20
XYZ37.323321.050459.2227
Yxy21.05040.31740.1790
Hunter Lab45.880764.9159-44.4149
CIE-Lab53.004668.7092-44.2839

#ca44cc color RGB value is (202,68,204).

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

The process color (four color CMYK) of #ca44cc color hex is 0.01, 0.67, 0.00, 0.20. Web safe color of #ca44cc is #cc33cc. Color #ca44cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 11001100
Octal 312 104 314
Decimal 202 68 204
Hex CA 44 CC

RGB Percentages of Color #ca44cc

%42.62
%14.35
%43.04

CMYK Percentages of Color #ca44cc

%1
%67
%0
%20

Triadic Colors of #ca44cc

#ca44cc #ccca44 #44ccca

Analogous Colors of #ca44cc

#ca44cc #cc448a #8644cc

Monochromatic Colors of #ca44cc

#ca44cc

Complementary Color

#ca44cc #46cc44

#ca44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca44cc Color CSS Codes

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

#ca44cc Text Font Color

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

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


#ca44cc Background Color

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

This div background color is #ca44cc


#ca44cc Border Color

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

This div border color is #ca44cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca44cc


Comments

No comments written yet.

Please login to write comment.