Color Hex Logo

#ca6690 Color Hex

#CA6690
(202,102,144)
0 Favorites   0 Comments

Color spaces of #ca6690

RGB 202102144
HSL0.930.490.60
HSV335°50°79°
CMYK 0.000.500.29   0.21
XYZ34.142524.072929.2326
Yxy24.07290.39040.2753
Hunter Lab49.064138.3514-0.9803
CIE-Lab56.160744.3937-4.6076

#ca6690 color RGB value is (202,102,144).

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

The process color (four color CMYK) of #ca6690 color hex is 0.00, 0.50, 0.29, 0.21. Web safe color of #ca6690 is #cc6699. Color #ca6690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 10010000
Octal 312 146 220
Decimal 202 102 144
Hex CA 66 90

RGB Percentages of Color #ca6690

%45.09
%22.77
%32.14

CMYK Percentages of Color #ca6690

%0
%50
%29
%21

Triadic Colors of #ca6690

#ca6690 #90ca66 #6690ca

Analogous Colors of #ca6690

#ca6690 #ca6e66 #ca66c2

Monochromatic Colors of #ca6690

#ca6690

Complementary Color

#ca6690 #66caa0

#ca6690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6690 Color CSS Codes

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

#ca6690 Text Font Color

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

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


#ca6690 Background Color

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

This div background color is #ca6690


#ca6690 Border Color

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

This div border color is #ca6690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6690

#ca6690 Color Palettes


Comments

No comments written yet.

Please login to write comment.