Color Hex Logo

#ca80be Color Hex

#CA80BE
(202,128,190)
0 Favorites   0 Comments

Color spaces of #ca80be

RGB 202128190
HSL0.860.410.65
HSV310°37°79°
CMYK 0.000.370.06   0.21
XYZ41.370631.712652.6559
Yxy31.71260.32900.2522
Hunter Lab56.313932.5842-16.0189
CIE-Lab63.104637.9578-20.5980

#ca80be color RGB value is (202,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 10111110
Octal 312 200 276
Decimal 202 128 190
Hex CA 80 BE

RGB Percentages of Color #ca80be

%38.85
%24.62
%36.54

CMYK Percentages of Color #ca80be

%0
%37
%6
%21

Triadic Colors of #ca80be

#ca80be #beca80 #80beca

Analogous Colors of #ca80be

#ca80be #ca8099 #b180ca

Monochromatic Colors of #ca80be

#ca80be

Complementary Color

#ca80be #80ca8c

#ca80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80be Color CSS Codes

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

#ca80be Text Font Color

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

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


#ca80be Background Color

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

This div background color is #ca80be


#ca80be Border Color

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

This div border color is #ca80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80be


Comments

No comments written yet.

Please login to write comment.