Color Hex Logo

#ca335e Color Hex

#CA335E
(202,51,94)
0 Favorites   0 Comments

Color spaces of #ca335e

RGB 2025194
HSL0.950.600.50
HSV343°75°79°
CMYK 0.000.750.53   0.21
XYZ27.561315.732412.1737
Yxy15.73240.49690.2836
Hunter Lab39.664154.62189.5676
CIE-Lab46.621461.026011.6182

#ca335e color RGB value is (202,51,94).

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

The process color (four color CMYK) of #ca335e color hex is 0.00, 0.75, 0.53, 0.21. Web safe color of #ca335e is #cc3366. Color #ca335e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 01011110
Octal 312 63 136
Decimal 202 51 94
Hex CA 33 5E

RGB Percentages of Color #ca335e

%58.21
%14.70
%27.09

CMYK Percentages of Color #ca335e

%0
%75
%53
%21

Triadic Colors of #ca335e

#ca335e #5eca33 #335eca

Analogous Colors of #ca335e

#ca335e #ca5333 #ca33aa

Monochromatic Colors of #ca335e

#ca335e

Complementary Color

#ca335e #33ca9f

#ca335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca335e Color CSS Codes

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

#ca335e Text Font Color

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

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


#ca335e Background Color

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

This div background color is #ca335e


#ca335e Border Color

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

This div border color is #ca335e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca335e


Comments

No comments written yet.

Please login to write comment.