Color Hex Logo

#ca66bb Color Hex

#CA66BB
(202,102,187)
0 Favorites   0 Comments

Color spaces of #ca66bb

RGB 202102187
HSL0.860.490.60
HSV309°50°79°
CMYK 0.000.500.07   0.21
XYZ38.078125.647249.9572
Yxy25.64720.33500.2256
Hunter Lab50.643145.5873-23.0369
CIE-Lab57.700650.9194-27.1861

#ca66bb color RGB value is (202,102,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 10111011
Octal 312 146 273
Decimal 202 102 187
Hex CA 66 BB

RGB Percentages of Color #ca66bb

%41.14
%20.77
%38.09

CMYK Percentages of Color #ca66bb

%0
%50
%7
%21

Triadic Colors of #ca66bb

#ca66bb #bbca66 #66bbca

Analogous Colors of #ca66bb

#ca66bb #ca6689 #a766ca

Monochromatic Colors of #ca66bb

#ca66bb

Complementary Color

#ca66bb #66ca75

#ca66bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca66bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca66bb Color CSS Codes

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

#ca66bb Text Font Color

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

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


#ca66bb Background Color

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

This div background color is #ca66bb


#ca66bb Border Color

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

This div border color is #ca66bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca66bb


Comments

No comments written yet.

Please login to write comment.