Color Hex Logo

#ca80ba Color Hex

#CA80BA
(202,128,186)
0 Favorites   0 Comments

Color spaces of #ca80ba

RGB 202128186
HSL0.870.410.65
HSV313°37°79°
CMYK 0.000.370.08   0.21
XYZ40.939231.540150.3845
Yxy31.54010.33320.2567
Hunter Lab56.160631.8396-13.8797
CIE-Lab62.960937.2554-18.5552

#ca80ba color RGB value is (202,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 10111010
Octal 312 200 272
Decimal 202 128 186
Hex CA 80 BA

RGB Percentages of Color #ca80ba

%39.15
%24.81
%36.05

CMYK Percentages of Color #ca80ba

%0
%37
%8
%21

Triadic Colors of #ca80ba

#ca80ba #baca80 #80baca

Analogous Colors of #ca80ba

#ca80ba #ca8095 #b580ca

Monochromatic Colors of #ca80ba

#ca80ba

Complementary Color

#ca80ba #80ca90

#ca80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80ba Color CSS Codes

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

#ca80ba Text Font Color

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

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


#ca80ba Background Color

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

This div background color is #ca80ba


#ca80ba Border Color

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

This div border color is #ca80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80ba


Comments

No comments written yet.

Please login to write comment.