Color Hex Logo

#ca339e Color Hex

#CA339E
(202,51,158)
0 Favorites   0 Comments

Color spaces of #ca339e

RGB 20251158
HSL0.880.600.50
HSV317°75°79°
CMYK 0.000.750.22   0.21
XYZ31.712517.392834.0335
Yxy17.39280.38140.2092
Hunter Lab41.704762.7493-19.1909
CIE-Lab48.751267.6906-24.0909

#ca339e color RGB value is (202,51,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 10011110
Octal 312 63 236
Decimal 202 51 158
Hex CA 33 9E

RGB Percentages of Color #ca339e

%49.15
%12.41
%38.44

CMYK Percentages of Color #ca339e

%0
%75
%22
%21

Triadic Colors of #ca339e

#ca339e #9eca33 #339eca

Analogous Colors of #ca339e

#ca339e #ca3353 #ab33ca

Monochromatic Colors of #ca339e

#ca339e

Complementary Color

#ca339e #33ca5f

#ca339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca339e Color CSS Codes

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

#ca339e Text Font Color

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

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


#ca339e Background Color

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

This div background color is #ca339e


#ca339e Border Color

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

This div border color is #ca339e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca339e


Comments

No comments written yet.

Please login to write comment.