Color Hex Logo

#ca8090 Color Hex

#CA8090
(202,128,144)
0 Favorites   0 Comments

Color spaces of #ca8090

RGB 202128144
HSL0.960.410.65
HSV347°37°79°
CMYK 0.000.370.29   0.21
XYZ37.110330.008530.2219
Yxy30.00850.38120.3083
Hunter Lab54.780025.05845.6360
CIE-Lab61.661630.69693.4373

#ca8090 color RGB value is (202,128,144).

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

The process color (four color CMYK) of #ca8090 color hex is 0.00, 0.37, 0.29, 0.21. Web safe color of #ca8090 is #cc9999. Color #ca8090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 10010000
Octal 312 200 220
Decimal 202 128 144
Hex CA 80 90

RGB Percentages of Color #ca8090

%42.62
%27.00
%30.38

CMYK Percentages of Color #ca8090

%0
%37
%29
%21

Triadic Colors of #ca8090

#ca8090 #90ca80 #8090ca

Analogous Colors of #ca8090

#ca8090 #ca9580 #ca80b5

Monochromatic Colors of #ca8090

#ca8090

Complementary Color

#ca8090 #80caba

#ca8090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8090 Color CSS Codes

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

#ca8090 Text Font Color

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

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


#ca8090 Background Color

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

This div background color is #ca8090


#ca8090 Border Color

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

This div border color is #ca8090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8090


Comments

No comments written yet.

Please login to write comment.