Color Hex Logo

#ca66ba Color Hex

#CA66BA
(202,102,186)
0 Favorites   0 Comments

Color spaces of #ca66ba

RGB 202102186
HSL0.860.490.60
HSV310°50°79°
CMYK 0.000.500.08   0.21
XYZ37.971425.604549.3952
Yxy25.60450.33610.2266
Hunter Lab50.600945.3966-22.4566
CIE-Lab57.659750.7512-26.6761

#ca66ba color RGB value is (202,102,186).

#ca66ba hex color red value is 202, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ca66ba hue: 0.86 , saturation: 0.49 and the lightness value of ca66ba is 0.60.

The process color (four color CMYK) of #ca66ba color hex is 0.00, 0.50, 0.08, 0.21. Web safe color of #ca66ba is #cc66cc. Color #ca66ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 10111010
Octal 312 146 272
Decimal 202 102 186
Hex CA 66 BA

RGB Percentages of Color #ca66ba

%41.22
%20.82
%37.96

CMYK Percentages of Color #ca66ba

%0
%50
%8
%21

Triadic Colors of #ca66ba

#ca66ba #baca66 #66baca

Analogous Colors of #ca66ba

#ca66ba #ca6688 #a866ca

Monochromatic Colors of #ca66ba

#ca66ba

Complementary Color

#ca66ba #66ca76

#ca66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca66ba Color CSS Codes

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

#ca66ba Text Font Color

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

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


#ca66ba Background Color

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

This div background color is #ca66ba


#ca66ba Border Color

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

This div border color is #ca66ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca66ba


Comments

No comments written yet.

Please login to write comment.