Color Hex Logo

#ca82bc Color Hex

#CA82BC
(202,130,188)
0 Favorites   0 Comments

Color spaces of #ca82bc

RGB 202130188
HSL0.870.400.65
HSV312°36°79°
CMYK 0.000.360.07   0.21
XYZ41.416932.152751.6001
Yxy32.15270.33090.2569
Hunter Lab56.703431.1480-14.2616
CIE-Lab63.468936.5291-18.9136

#ca82bc color RGB value is (202,130,188).

#ca82bc hex color red value is 202, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca82bc hue: 0.87 , saturation: 0.40 and the lightness value of ca82bc is 0.65.

The process color (four color CMYK) of #ca82bc color hex is 0.00, 0.36, 0.07, 0.21. Web safe color of #ca82bc is #cc99cc. Color #ca82bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 10111100
Octal 312 202 274
Decimal 202 130 188
Hex CA 82 BC

RGB Percentages of Color #ca82bc

%38.85
%25.00
%36.15

CMYK Percentages of Color #ca82bc

%0
%36
%7
%21

Triadic Colors of #ca82bc

#ca82bc #bcca82 #82bcca

Analogous Colors of #ca82bc

#ca82bc #ca8298 #b482ca

Monochromatic Colors of #ca82bc

#ca82bc

Complementary Color

#ca82bc #82ca90

#ca82bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca82bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca82bc Color CSS Codes

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

#ca82bc Text Font Color

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

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


#ca82bc Background Color

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

This div background color is #ca82bc


#ca82bc Border Color

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

This div border color is #ca82bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca82bc


Comments

No comments written yet.

Please login to write comment.