Color Hex Logo

#ca80bc Color Hex

#CA80BC
(202,128,188)
0 Favorites   0 Comments

Color spaces of #ca80bc

RGB 202128188
HSL0.860.410.65
HSV311°37°79°
CMYK 0.000.370.07   0.21
XYZ41.153431.625751.5123
Yxy31.62570.33110.2544
Hunter Lab56.236732.2100-14.9434
CIE-Lab63.032337.6052-19.5779

#ca80bc color RGB value is (202,128,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 10111100
Octal 312 200 274
Decimal 202 128 188
Hex CA 80 BC

RGB Percentages of Color #ca80bc

%39.00
%24.71
%36.29

CMYK Percentages of Color #ca80bc

%0
%37
%7
%21

Triadic Colors of #ca80bc

#ca80bc #bcca80 #80bcca

Analogous Colors of #ca80bc

#ca80bc #ca8097 #b380ca

Monochromatic Colors of #ca80bc

#ca80bc

Complementary Color

#ca80bc #80ca8e

#ca80bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80bc Color CSS Codes

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

#ca80bc Text Font Color

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

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


#ca80bc Background Color

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

This div background color is #ca80bc


#ca80bc Border Color

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

This div border color is #ca80bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,128,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 #ca80bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80bc


Comments

No comments written yet.

Please login to write comment.