Color Hex Logo

#ca84cc Color Hex

#CA84CC
(202,132,204)
0 Favorites   0 Comments

Color spaces of #ca84cc

RGB 202132204
HSL0.830.410.66
HSV298°35°80°
CMYK 0.010.350.00   0.20
XYZ43.507533.418761.2841
Yxy33.41870.31480.2418
Hunter Lab57.808933.1751-22.3880
CIE-Lab64.498538.3647-26.3394

#ca84cc color RGB value is (202,132,204).

#ca84cc hex color red value is 202, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca84cc hue: 0.83 , saturation: 0.41 and the lightness value of ca84cc is 0.66.

The process color (four color CMYK) of #ca84cc color hex is 0.01, 0.35, 0.00, 0.20. Web safe color of #ca84cc is #cc99cc. Color #ca84cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11001100
Octal 312 204 314
Decimal 202 132 204
Hex CA 84 CC

RGB Percentages of Color #ca84cc

%37.55
%24.54
%37.92

CMYK Percentages of Color #ca84cc

%1
%35
%0
%20

Triadic Colors of #ca84cc

#ca84cc #ccca84 #84ccca

Analogous Colors of #ca84cc

#ca84cc #cc84aa #a684cc

Monochromatic Colors of #ca84cc

#ca84cc

Complementary Color

#ca84cc #86cc84

#ca84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84cc Color CSS Codes

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

#ca84cc Text Font Color

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

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


#ca84cc Background Color

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

This div background color is #ca84cc


#ca84cc Border Color

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

This div border color is #ca84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84cc


Comments

No comments written yet.

Please login to write comment.