Color Hex Logo

#ca138d Color Hex

#CA138D
(202,19,141)
0 Favorites   0 Comments

Color spaces of #ca138d

RGB 20219141
HSL0.890.830.43
HSV320°91°79°
CMYK 0.000.910.30   0.21
XYZ29.397714.945426.5346
Yxy14.94540.41480.2109
Hunter Lab38.659368.0831-13.6334
CIE-Lab45.559372.7969-18.7877

#ca138d color RGB value is (202,19,141).

#ca138d hex color red value is 202, green value is 19 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca138d hue: 0.89 , saturation: 0.83 and the lightness value of ca138d is 0.43.

The process color (four color CMYK) of #ca138d color hex is 0.00, 0.91, 0.30, 0.21. Web safe color of #ca138d is #cc0099. Color #ca138d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 10001101
Octal 312 23 215
Decimal 202 19 141
Hex CA 13 8D

RGB Percentages of Color #ca138d

%55.80
%5.25
%38.95

CMYK Percentages of Color #ca138d

%0
%91
%30
%21

Triadic Colors of #ca138d

#ca138d #8dca13 #138dca

Analogous Colors of #ca138d

#ca138d #ca1332 #ac13ca

Monochromatic Colors of #ca138d

#ca138d

Complementary Color

#ca138d #13ca50

#ca138d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca138d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca138d Color CSS Codes

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

#ca138d Text Font Color

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

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


#ca138d Background Color

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

This div background color is #ca138d


#ca138d Border Color

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

This div border color is #ca138d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca138d


Comments

No comments written yet.

Please login to write comment.