Color Hex Logo

#ca518d Color Hex

#CA518D
(202,81,141)
0 Favorites   0 Comments

Color spaces of #ca518d

RGB 20281141
HSL0.920.530.55
HSV330°60°79°
CMYK 0.000.600.30   0.21
XYZ32.107320.364527.4378
Yxy20.36450.40180.2548
Hunter Lab45.127048.0281-4.4601
CIE-Lab52.246854.0564-8.6591

#ca518d color RGB value is (202,81,141).

#ca518d hex color red value is 202, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca518d hue: 0.92 , saturation: 0.53 and the lightness value of ca518d is 0.55.

The process color (four color CMYK) of #ca518d color hex is 0.00, 0.60, 0.30, 0.21. Web safe color of #ca518d is #cc6699. Color #ca518d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010001 10001101
Octal 312 121 215
Decimal 202 81 141
Hex CA 51 8D

RGB Percentages of Color #ca518d

%47.64
%19.10
%33.25

CMYK Percentages of Color #ca518d

%0
%60
%30
%21

Triadic Colors of #ca518d

#ca518d #8dca51 #518dca

Analogous Colors of #ca518d

#ca518d #ca5151 #ca51ca

Monochromatic Colors of #ca518d

#ca518d

Complementary Color

#ca518d #51ca8e

#ca518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca518d Color CSS Codes

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

#ca518d Text Font Color

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

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


#ca518d Background Color

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

This div background color is #ca518d


#ca518d Border Color

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

This div border color is #ca518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca518d


Comments

No comments written yet.

Please login to write comment.