Color Hex Logo

#ca84eb Color Hex

#CA84EB
(202,132,235)
0 Favorites   0 Comments

Color spaces of #ca84eb

RGB 202132235
HSL0.780.720.72
HSV281°44°92°
CMYK 0.140.440.00   0.08
XYZ47.603835.057282.8550
Yxy35.05720.28760.2118
Hunter Lab59.209139.8970-41.5218
CIE-Lab65.793244.5169-41.5698

#ca84eb color RGB value is (202,132,235).

#ca84eb hex color red value is 202, green value is 132 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca84eb hue: 0.78 , saturation: 0.72 and the lightness value of ca84eb is 0.72.

The process color (four color CMYK) of #ca84eb color hex is 0.14, 0.44, 0.00, 0.08. Web safe color of #ca84eb is #cc99ff. Color #ca84eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11101011
Octal 312 204 353
Decimal 202 132 235
Hex CA 84 EB

RGB Percentages of Color #ca84eb

%35.50
%23.20
%41.30

CMYK Percentages of Color #ca84eb

%14
%44
%0
%8

Triadic Colors of #ca84eb

#ca84eb #ebca84 #84ebca

Analogous Colors of #ca84eb

#ca84eb #eb84d9 #9784eb

Monochromatic Colors of #ca84eb

#ca84eb

Complementary Color

#ca84eb #a5eb84

#ca84eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84eb Color CSS Codes

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

#ca84eb Text Font Color

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

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


#ca84eb Background Color

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

This div background color is #ca84eb


#ca84eb Border Color

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

This div border color is #ca84eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84eb


Comments

No comments written yet.

Please login to write comment.