Color Hex Logo

#ca35cc Color Hex

#CA35CC
(202,53,204)
0 Favorites   0 Comments

Color spaces of #ca35cc

RGB 20253204
HSL0.830.600.50
HSV299°74°80°
CMYK 0.010.740.00   0.20
XYZ36.529319.462458.9581
Yxy19.46240.31780.1693
Hunter Lab44.116270.5990-48.3554
CIE-Lab51.223973.7698-47.1106

#ca35cc color RGB value is (202,53,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110101 11001100
Octal 312 65 314
Decimal 202 53 204
Hex CA 35 CC

RGB Percentages of Color #ca35cc

%44.01
%11.55
%44.44

CMYK Percentages of Color #ca35cc

%1
%74
%0
%20

Triadic Colors of #ca35cc

#ca35cc #ccca35 #35ccca

Analogous Colors of #ca35cc

#ca35cc #cc3583 #7f35cc

Monochromatic Colors of #ca35cc

#ca35cc

Complementary Color

#ca35cc #37cc35

#ca35cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca35cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca35cc Color CSS Codes

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

#ca35cc Text Font Color

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

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


#ca35cc Background Color

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

This div background color is #ca35cc


#ca35cc Border Color

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

This div border color is #ca35cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca35cc

#ca35cc Color Palettes


Comments

No comments written yet.

Please login to write comment.