Color Hex Logo

#ca426c Color Hex

#CA426C
(202,66,108)
0 Favorites   0 Comments

Color spaces of #ca426c

RGB 20266108
HSL0.950.560.53
HSV341°67°79°
CMYK 0.000.670.47   0.21
XYZ29.012117.535716.0430
Yxy17.53570.46350.2802
Hunter Lab41.875650.38526.5983
CIE-Lab48.928056.79166.3106

#ca426c color RGB value is (202,66,108).

#ca426c hex color red value is 202, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ca426c hue: 0.95 , saturation: 0.56 and the lightness value of ca426c is 0.53.

The process color (four color CMYK) of #ca426c color hex is 0.00, 0.67, 0.47, 0.21. Web safe color of #ca426c is #cc3366. Color #ca426c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 01101100
Octal 312 102 154
Decimal 202 66 108
Hex CA 42 6C

RGB Percentages of Color #ca426c

%53.72
%17.55
%28.72

CMYK Percentages of Color #ca426c

%0
%67
%47
%21

Triadic Colors of #ca426c

#ca426c #6cca42 #426cca

Analogous Colors of #ca426c

#ca426c #ca5c42 #ca42b0

Monochromatic Colors of #ca426c

#ca426c

Complementary Color

#ca426c #42caa0

#ca426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca426c Color CSS Codes

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

#ca426c Text Font Color

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

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


#ca426c Background Color

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

This div background color is #ca426c


#ca426c Border Color

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

This div border color is #ca426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca426c


Comments

No comments written yet.

Please login to write comment.