Color Hex Logo

#ca334a Color Hex

#CA334A
(202,51,74)
0 Favorites   0 Comments

Color spaces of #ca334a

RGB 2025174
HSL0.970.600.50
HSV351°75°79°
CMYK 0.000.750.63   0.21
XYZ26.777015.41868.0434
Yxy15.41860.53300.3069
Hunter Lab39.266553.008015.3415
CIE-Lab46.202359.663223.3270

#ca334a color RGB value is (202,51,74).

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

The process color (four color CMYK) of #ca334a color hex is 0.00, 0.75, 0.63, 0.21. Web safe color of #ca334a is #cc3333. Color #ca334a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 01001010
Octal 312 63 112
Decimal 202 51 74
Hex CA 33 4A

RGB Percentages of Color #ca334a

%61.77
%15.60
%22.63

CMYK Percentages of Color #ca334a

%0
%75
%63
%21

Triadic Colors of #ca334a

#ca334a #4aca33 #334aca

Analogous Colors of #ca334a

#ca334a #ca6833 #ca3396

Monochromatic Colors of #ca334a

#ca334a

Complementary Color

#ca334a #33cab3

#ca334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca334a Color CSS Codes

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

#ca334a Text Font Color

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

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


#ca334a Background Color

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

This div background color is #ca334a


#ca334a Border Color

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

This div border color is #ca334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca334a


Comments

No comments written yet.

Please login to write comment.