Color Hex Logo

#ca84cf Color Hex

#CA84CF
(202,132,207)
0 Favorites   0 Comments

Color spaces of #ca84cf

RGB 202132207
HSL0.820.440.66
HSV296°36°81°
CMYK 0.020.360.00   0.19
XYZ43.870933.564163.1978
Yxy33.56410.31200.2387
Hunter Lab57.934533.7836-24.1222
CIE-Lab64.615138.9321-27.8397

#ca84cf color RGB value is (202,132,207).

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

The process color (four color CMYK) of #ca84cf color hex is 0.02, 0.36, 0.00, 0.19. Web safe color of #ca84cf is #cc99cc. Color #ca84cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11001111
Octal 312 204 317
Decimal 202 132 207
Hex CA 84 CF

RGB Percentages of Color #ca84cf

%37.34
%24.40
%38.26

CMYK Percentages of Color #ca84cf

%2
%36
%0
%19

Triadic Colors of #ca84cf

#ca84cf #cfca84 #84cfca

Analogous Colors of #ca84cf

#ca84cf #cf84af #a584cf

Monochromatic Colors of #ca84cf

#ca84cf

Complementary Color

#ca84cf #89cf84

#ca84cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84cf Color CSS Codes

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

#ca84cf Text Font Color

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

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


#ca84cf Background Color

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

This div background color is #ca84cf


#ca84cf Border Color

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

This div border color is #ca84cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84cf


Comments

No comments written yet.

Please login to write comment.