Color Hex Logo

#ca4fba Color Hex

#CA4FBA
(202,79,186)
0 Favorites   0 Comments

Color spaces of #ca4fba

RGB 20279186
HSL0.860.540.55
HSV308°61°79°
CMYK 0.000.610.08   0.21
XYZ36.016021.693748.7434
Yxy21.69370.33830.2038
Hunter Lab46.576556.5190-29.4448
CIE-Lab53.700561.3839-32.8234

#ca4fba color RGB value is (202,79,186).

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

The process color (four color CMYK) of #ca4fba color hex is 0.00, 0.61, 0.08, 0.21. Web safe color of #ca4fba is #cc66cc. Color #ca4fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001111 10111010
Octal 312 117 272
Decimal 202 79 186
Hex CA 4F BA

RGB Percentages of Color #ca4fba

%43.25
%16.92
%39.83

CMYK Percentages of Color #ca4fba

%0
%61
%8
%21

Triadic Colors of #ca4fba

#ca4fba #baca4f #4fbaca

Analogous Colors of #ca4fba

#ca4fba #ca4f7d #9d4fca

Monochromatic Colors of #ca4fba

#ca4fba

Complementary Color

#ca4fba #4fca5f

#ca4fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4fba Color CSS Codes

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

#ca4fba Text Font Color

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

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


#ca4fba Background Color

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

This div background color is #ca4fba


#ca4fba Border Color

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

This div border color is #ca4fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,79,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 #ca4fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4fba


Comments

No comments written yet.

Please login to write comment.