Color Hex Logo

#ca4fab Color Hex

#CA4FAB
(202,79,171)
0 Favorites   0 Comments

Color spaces of #ca4fab

RGB 20279171
HSL0.880.540.55
HSV315°61°79°
CMYK 0.000.610.15   0.21
XYZ34.503821.088840.7801
Yxy21.08880.35800.2188
Hunter Lab45.922553.7511-20.5049
CIE-Lab53.046559.0662-25.1191

#ca4fab color RGB value is (202,79,171).

#ca4fab hex color red value is 202, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca4fab hue: 0.88 , saturation: 0.54 and the lightness value of ca4fab is 0.55.

The process color (four color CMYK) of #ca4fab color hex is 0.00, 0.61, 0.15, 0.21. Web safe color of #ca4fab is #cc6699. Color #ca4fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001111 10101011
Octal 312 117 253
Decimal 202 79 171
Hex CA 4F AB

RGB Percentages of Color #ca4fab

%44.69
%17.48
%37.83

CMYK Percentages of Color #ca4fab

%0
%61
%15
%21

Triadic Colors of #ca4fab

#ca4fab #abca4f #4fabca

Analogous Colors of #ca4fab

#ca4fab #ca4f6e #ac4fca

Monochromatic Colors of #ca4fab

#ca4fab

Complementary Color

#ca4fab #4fca6e

#ca4fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4fab Color CSS Codes

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

#ca4fab Text Font Color

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

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


#ca4fab Background Color

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

This div background color is #ca4fab


#ca4fab Border Color

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

This div border color is #ca4fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4fab


Comments

No comments written yet.

Please login to write comment.