Color Hex Logo

#ca0263 Color Hex

#CA0263
(202,2,99)
0 Favorites   0 Comments

Color spaces of #ca0263

RGB 202299
HSL0.920.980.40
HSV331°99°79°
CMYK 0.000.990.51   0.21
XYZ26.631013.500813.0067
Yxy13.50080.50120.2541
Hunter Lab36.743465.07274.7325
CIE-Lab43.508370.67824.1015

#ca0263 color RGB value is (202,2,99).

#ca0263 hex color red value is 202, green value is 2 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ca0263 hue: 0.92 , saturation: 0.98 and the lightness value of ca0263 is 0.40.

The process color (four color CMYK) of #ca0263 color hex is 0.00, 0.99, 0.51, 0.21. Web safe color of #ca0263 is #cc0066. Color #ca0263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000010 01100011
Octal 312 2 143
Decimal 202 2 99
Hex CA 2 63

RGB Percentages of Color #ca0263

%66.67
%0.66
%32.67

CMYK Percentages of Color #ca0263

%0
%99
%51
%21

Triadic Colors of #ca0263

#ca0263 #63ca02 #0263ca

Analogous Colors of #ca0263

#ca0263 #ca0502 #ca02c7

Monochromatic Colors of #ca0263

#ca0263

Complementary Color

#ca0263 #02ca69

#ca0263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0263 Color CSS Codes

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

#ca0263 Text Font Color

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

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


#ca0263 Background Color

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

This div background color is #ca0263


#ca0263 Border Color

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

This div border color is #ca0263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0263


Comments

No comments written yet.

Please login to write comment.