Color Hex Logo

#ca84fa Color Hex

#CA84FA
(202,132,250)
0 Favorites   0 Comments

Color spaces of #ca84fa

RGB 202132250
HSL0.770.920.75
HSV276°47°98°
CMYK 0.190.470.00   0.02
XYZ49.863735.961294.7556
Yxy35.96120.27610.1991
Hunter Lab59.967743.4811-51.7075
CIE-Lab66.490347.6987-48.7219

#ca84fa color RGB value is (202,132,250).

#ca84fa hex color red value is 202, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ca84fa hue: 0.77 , saturation: 0.92 and the lightness value of ca84fa is 0.75.

The process color (four color CMYK) of #ca84fa color hex is 0.19, 0.47, 0.00, 0.02. Web safe color of #ca84fa is #cc99ff. Color #ca84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11111010
Octal 312 204 372
Decimal 202 132 250
Hex CA 84 FA

RGB Percentages of Color #ca84fa

%34.59
%22.60
%42.81

CMYK Percentages of Color #ca84fa

%19
%47
%0
%2

Triadic Colors of #ca84fa

#ca84fa #faca84 #84faca

Analogous Colors of #ca84fa

#ca84fa #fa84ef #8f84fa

Monochromatic Colors of #ca84fa

#ca84fa

Complementary Color

#ca84fa #b4fa84

#ca84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84fa Color CSS Codes

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

#ca84fa Text Font Color

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

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


#ca84fa Background Color

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

This div background color is #ca84fa


#ca84fa Border Color

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

This div border color is #ca84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84fa


Comments

No comments written yet.

Please login to write comment.