Color Hex Logo

#ca4aba Color Hex

#CA4ABA
(202,74,186)
0 Favorites   0 Comments

Color spaces of #ca4aba

RGB 20274186
HSL0.850.550.54
HSV308°63°79°
CMYK 0.000.630.08   0.21
XYZ35.668820.999348.6277
Yxy20.99930.33870.1994
Hunter Lab45.825058.7453-30.8387
CIE-Lab52.948763.4578-33.9984

#ca4aba color RGB value is (202,74,186).

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

The process color (four color CMYK) of #ca4aba color hex is 0.00, 0.63, 0.08, 0.21. Web safe color of #ca4aba is #cc33cc. Color #ca4aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001010 10111010
Octal 312 112 272
Decimal 202 74 186
Hex CA 4A BA

RGB Percentages of Color #ca4aba

%43.72
%16.02
%40.26

CMYK Percentages of Color #ca4aba

%0
%63
%8
%21

Triadic Colors of #ca4aba

#ca4aba #baca4a #4abaca

Analogous Colors of #ca4aba

#ca4aba #ca4a7a #9a4aca

Monochromatic Colors of #ca4aba

#ca4aba

Complementary Color

#ca4aba #4aca5a

#ca4aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4aba Color CSS Codes

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

#ca4aba Text Font Color

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

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


#ca4aba Background Color

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

This div background color is #ca4aba


#ca4aba Border Color

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

This div border color is #ca4aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4aba


Comments

No comments written yet.

Please login to write comment.