Color Hex Logo

#ca84ce Color Hex

#CA84CE
(202,132,206)
0 Favorites   0 Comments

Color spaces of #ca84ce

RGB 202132206
HSL0.820.430.66
HSV297°36°81°
CMYK 0.020.360.00   0.19
XYZ43.749033.515362.5558
Yxy33.51530.31290.2397
Hunter Lab57.892433.5799-23.5413
CIE-Lab64.576038.7423-27.3402

#ca84ce color RGB value is (202,132,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 11001110
Octal 312 204 316
Decimal 202 132 206
Hex CA 84 CE

RGB Percentages of Color #ca84ce

%37.41
%24.44
%38.15

CMYK Percentages of Color #ca84ce

%2
%36
%0
%19

Triadic Colors of #ca84ce

#ca84ce #ceca84 #84ceca

Analogous Colors of #ca84ce

#ca84ce #ce84ad #a584ce

Monochromatic Colors of #ca84ce

#ca84ce

Complementary Color

#ca84ce #88ce84

#ca84ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca84ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca84ce Color CSS Codes

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

#ca84ce Text Font Color

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

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


#ca84ce Background Color

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

This div background color is #ca84ce


#ca84ce Border Color

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

This div border color is #ca84ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca84ce


Comments

No comments written yet.

Please login to write comment.