Color Hex Logo

#ca84cd Color Hex

#CA84CD
(202,132,205)
0 Favorites   0 Comments

Color spaces of #ca84cd

RGB 202132205
HSL0.830.420.66
HSV298°36°80°
CMYK 0.010.360.00   0.20
XYZ43.627833.466961.9179
Yxy33.46690.31380.2407
Hunter Lab57.850633.3766-22.9631
CIE-Lab64.537238.5528-26.8401

#ca84cd color RGB value is (202,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11001101
Octal 312 204 315
Decimal 202 132 205
Hex CA 84 CD

RGB Percentages of Color #ca84cd

%37.48
%24.49
%38.03

CMYK Percentages of Color #ca84cd

%1
%36
%0
%20

Triadic Colors of #ca84cd

#ca84cd #cdca84 #84cdca

Analogous Colors of #ca84cd

#ca84cd #cd84ac #a684cd

Monochromatic Colors of #ca84cd

#ca84cd

Complementary Color

#ca84cd #87cd84

#ca84cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84cd Color CSS Codes

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

#ca84cd Text Font Color

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

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


#ca84cd Background Color

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

This div background color is #ca84cd


#ca84cd Border Color

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

This div border color is #ca84cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84cd


Comments

No comments written yet.

Please login to write comment.