Color Hex Logo

#ca018b Color Hex

#CA018B
(202,1,139)
0 Favorites   0 Comments

Color spaces of #ca018b

RGB 2021139
HSL0.890.990.40
HSV319°100°79°
CMYK 0.001.000.31   0.21
XYZ29.028214.442325.6838
Yxy14.44230.41980.2088
Hunter Lab38.003069.8400-13.4682
CIE-Lab44.860774.3856-18.6425

#ca018b color RGB value is (202,1,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 10001011
Octal 312 1 213
Decimal 202 1 139
Hex CA 1 8B

RGB Percentages of Color #ca018b

%59.06
%0.29
%40.64

CMYK Percentages of Color #ca018b

%0
%100
%31
%21

Triadic Colors of #ca018b

#ca018b #8bca01 #018bca

Analogous Colors of #ca018b

#ca018b #ca0127 #a501ca

Monochromatic Colors of #ca018b

#ca018b

Complementary Color

#ca018b #01ca40

#ca018b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca018b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca018b Color CSS Codes

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

#ca018b Text Font Color

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

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


#ca018b Background Color

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

This div background color is #ca018b


#ca018b Border Color

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

This div border color is #ca018b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca018b


Comments

No comments written yet.

Please login to write comment.