Color Hex Logo

#ca58a7 Color Hex

#CA58A7
(202,88,167)
0 Favorites   0 Comments

Color spaces of #ca58a7

RGB 20288167
HSL0.880.520.57
HSV318°56°79°
CMYK 0.000.560.17   0.21
XYZ34.821922.326039.0333
Yxy22.32600.36200.2321
Hunter Lab47.250448.8601-15.9039
CIE-Lab54.371254.4492-20.7467

#ca58a7 color RGB value is (202,88,167).

#ca58a7 hex color red value is 202, green value is 88 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ca58a7 hue: 0.88 , saturation: 0.52 and the lightness value of ca58a7 is 0.57.

The process color (four color CMYK) of #ca58a7 color hex is 0.00, 0.56, 0.17, 0.21. Web safe color of #ca58a7 is #cc6699. Color #ca58a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 10100111
Octal 312 130 247
Decimal 202 88 167
Hex CA 58 A7

RGB Percentages of Color #ca58a7

%44.20
%19.26
%36.54

CMYK Percentages of Color #ca58a7

%0
%56
%17
%21

Triadic Colors of #ca58a7

#ca58a7 #a7ca58 #58a7ca

Analogous Colors of #ca58a7

#ca58a7 #ca586e #b458ca

Monochromatic Colors of #ca58a7

#ca58a7

Complementary Color

#ca58a7 #58ca7b

#ca58a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca58a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca58a7 Color CSS Codes

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

#ca58a7 Text Font Color

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

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


#ca58a7 Background Color

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

This div background color is #ca58a7


#ca58a7 Border Color

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

This div border color is #ca58a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca58a7


Comments

No comments written yet.

Please login to write comment.