Color Hex Logo

#ca0133 Color Hex

#CA0133
(202,1,51)
0 Favorites   0 Comments

Color spaces of #ca0133

RGB 202151
HSL0.960.990.40
HSV345°100°79°
CMYK 0.001.000.75   0.21
XYZ24.965512.81734.2901
Yxy12.81730.59340.3046
Hunter Lab35.801361.822217.9561
CIE-Lab42.486768.114132.7832

#ca0133 color RGB value is (202,1,51).

#ca0133 hex color red value is 202, green value is 1 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ca0133 hue: 0.96 , saturation: 0.99 and the lightness value of ca0133 is 0.40.

The process color (four color CMYK) of #ca0133 color hex is 0.00, 1.00, 0.75, 0.21. Web safe color of #ca0133 is #cc0033. Color #ca0133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 00110011
Octal 312 1 63
Decimal 202 1 51
Hex CA 1 33

RGB Percentages of Color #ca0133

%79.53
%0.39
%20.08

CMYK Percentages of Color #ca0133

%0
%100
%75
%21

Triadic Colors of #ca0133

#ca0133 #33ca01 #0133ca

Analogous Colors of #ca0133

#ca0133 #ca3301 #ca0198

Monochromatic Colors of #ca0133

#ca0133

Complementary Color

#ca0133 #01ca98

#ca0133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0133 Color CSS Codes

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

#ca0133 Text Font Color

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

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


#ca0133 Background Color

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

This div background color is #ca0133


#ca0133 Border Color

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

This div border color is #ca0133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0133


Comments

No comments written yet.

Please login to write comment.