Color Hex Logo

#ca628a Color Hex

#CA628A
(202,98,138)
0 Favorites   0 Comments

Color spaces of #ca628a

RGB 20298138
HSL0.940.500.59
HSV337°51°79°
CMYK 0.000.510.32   0.21
XYZ33.312223.126926.7529
Yxy23.12690.40040.2780
Hunter Lab48.090439.48850.6800
CIE-Lab55.202845.6177-2.5026

#ca628a color RGB value is (202,98,138).

#ca628a hex color red value is 202, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca628a hue: 0.94 , saturation: 0.50 and the lightness value of ca628a is 0.59.

The process color (four color CMYK) of #ca628a color hex is 0.00, 0.51, 0.32, 0.21. Web safe color of #ca628a is #cc6699. Color #ca628a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 10001010
Octal 312 142 212
Decimal 202 98 138
Hex CA 62 8A

RGB Percentages of Color #ca628a

%46.12
%22.37
%31.51

CMYK Percentages of Color #ca628a

%0
%51
%32
%21

Triadic Colors of #ca628a

#ca628a #8aca62 #628aca

Analogous Colors of #ca628a

#ca628a #ca6e62 #ca62be

Monochromatic Colors of #ca628a

#ca628a

Complementary Color

#ca628a #62caa2

#ca628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca628a Color CSS Codes

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

#ca628a Text Font Color

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

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


#ca628a Background Color

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

This div background color is #ca628a


#ca628a Border Color

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

This div border color is #ca628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca628a


Comments

No comments written yet.

Please login to write comment.