Color Hex Logo

#ca5a98 Color Hex

#CA5A98
(202,90,152)
0 Favorites   0 Comments

Color spaces of #ca5a98

RGB 20290152
HSL0.910.510.57
HSV327°55°79°
CMYK 0.000.550.25   0.21
XYZ33.680822.135932.2032
Yxy22.13590.38260.2515
Hunter Lab47.048845.4473-7.6477
CIE-Lab54.170951.3611-12.2685

#ca5a98 color RGB value is (202,90,152).

#ca5a98 hex color red value is 202, green value is 90 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ca5a98 hue: 0.91 , saturation: 0.51 and the lightness value of ca5a98 is 0.57.

The process color (four color CMYK) of #ca5a98 color hex is 0.00, 0.55, 0.25, 0.21. Web safe color of #ca5a98 is #cc6699. Color #ca5a98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 10011000
Octal 312 132 230
Decimal 202 90 152
Hex CA 5A 98

RGB Percentages of Color #ca5a98

%45.50
%20.27
%34.23

CMYK Percentages of Color #ca5a98

%0
%55
%25
%21

Triadic Colors of #ca5a98

#ca5a98 #98ca5a #5a98ca

Analogous Colors of #ca5a98

#ca5a98 #ca5a60 #c45aca

Monochromatic Colors of #ca5a98

#ca5a98

Complementary Color

#ca5a98 #5aca8c

#ca5a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5a98 Color CSS Codes

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

#ca5a98 Text Font Color

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

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


#ca5a98 Background Color

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

This div background color is #ca5a98


#ca5a98 Border Color

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

This div border color is #ca5a98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5a98


Comments

No comments written yet.

Please login to write comment.