Color Hex Logo

#ca339a Color Hex

#CA339A
(202,51,154)
0 Favorites   0 Comments

Color spaces of #ca339a

RGB 20251154
HSL0.890.600.50
HSV319°75°79°
CMYK 0.000.750.24   0.21
XYZ31.373717.257332.2493
Yxy17.25730.38790.2134
Hunter Lab41.541962.1102-16.9479
CIE-Lab48.582667.1779-21.9670

#ca339a color RGB value is (202,51,154).

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

The process color (four color CMYK) of #ca339a color hex is 0.00, 0.75, 0.24, 0.21. Web safe color of #ca339a is #cc3399. Color #ca339a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 10011010
Octal 312 63 232
Decimal 202 51 154
Hex CA 33 9A

RGB Percentages of Color #ca339a

%49.63
%12.53
%37.84

CMYK Percentages of Color #ca339a

%0
%75
%24
%21

Triadic Colors of #ca339a

#ca339a #9aca33 #339aca

Analogous Colors of #ca339a

#ca339a #ca334e #af33ca

Monochromatic Colors of #ca339a

#ca339a

Complementary Color

#ca339a #33ca63

#ca339a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca339a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca339a Color CSS Codes

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

#ca339a Text Font Color

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

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


#ca339a Background Color

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

This div background color is #ca339a


#ca339a Border Color

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

This div border color is #ca339a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca339a


Comments

No comments written yet.

Please login to write comment.