Color Hex Logo

#ca648a Color Hex

#CA648A
(202,100,138)
0 Favorites   0 Comments

Color spaces of #ca648a

RGB 202100138
HSL0.940.490.59
HSV338°50°79°
CMYK 0.000.500.32   0.21
XYZ33.501723.505926.8161
Yxy23.50590.39970.2804
Hunter Lab48.482938.49861.1445
CIE-Lab55.589744.6175-1.9342

#ca648a color RGB value is (202,100,138).

#ca648a hex color red value is 202, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca648a hue: 0.94 , saturation: 0.49 and the lightness value of ca648a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100100 10001010
Octal 312 144 212
Decimal 202 100 138
Hex CA 64 8A

RGB Percentages of Color #ca648a

%45.91
%22.73
%31.36

CMYK Percentages of Color #ca648a

%0
%50
%32
%21

Triadic Colors of #ca648a

#ca648a #8aca64 #648aca

Analogous Colors of #ca648a

#ca648a #ca7164 #ca64bd

Monochromatic Colors of #ca648a

#ca648a

Complementary Color

#ca648a #64caa4

#ca648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca648a Color CSS Codes

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

#ca648a Text Font Color

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

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


#ca648a Background Color

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

This div background color is #ca648a


#ca648a Border Color

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

This div border color is #ca648a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca648a


Comments

No comments written yet.

Please login to write comment.