Color Hex Logo

#ca018d Color Hex

#CA018D
(202,1,141)
0 Favorites   0 Comments

Color spaces of #ca018d

RGB 2021141
HSL0.880.990.40
HSV318°100°79°
CMYK 0.001.000.30   0.21
XYZ29.175714.501426.4606
Yxy14.50140.41600.2068
Hunter Lab38.080770.1173-14.5415
CIE-Lab44.943674.5976-19.7331

#ca018d color RGB value is (202,1,141).

#ca018d hex color red value is 202, green value is 1 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca018d hue: 0.88 , saturation: 0.99 and the lightness value of ca018d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 10001101
Octal 312 1 215
Decimal 202 1 141
Hex CA 1 8D

RGB Percentages of Color #ca018d

%58.72
%0.29
%40.99

CMYK Percentages of Color #ca018d

%0
%100
%30
%21

Triadic Colors of #ca018d

#ca018d #8dca01 #018dca

Analogous Colors of #ca018d

#ca018d #ca0129 #a301ca

Monochromatic Colors of #ca018d

#ca018d

Complementary Color

#ca018d #01ca3e

#ca018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca018d Color CSS Codes

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

#ca018d Text Font Color

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

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


#ca018d Background Color

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

This div background color is #ca018d


#ca018d Border Color

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

This div border color is #ca018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca018d


Comments

No comments written yet.

Please login to write comment.