Color Hex Logo

#ca639f Color Hex

#CA639F
(202,99,159)
0 Favorites   0 Comments

Color spaces of #ca639f

RGB 20299159
HSL0.900.490.59
HSV325°51°79°
CMYK 0.000.510.21   0.21
XYZ35.077023.983435.5814
Yxy23.98340.37060.2534
Hunter Lab48.972842.1489-8.7964
CIE-Lab56.071247.9933-13.4976

#ca639f color RGB value is (202,99,159).

#ca639f hex color red value is 202, green value is 99 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ca639f hue: 0.90 , saturation: 0.49 and the lightness value of ca639f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 10011111
Octal 312 143 237
Decimal 202 99 159
Hex CA 63 9F

RGB Percentages of Color #ca639f

%43.91
%21.52
%34.57

CMYK Percentages of Color #ca639f

%0
%51
%21
%21

Triadic Colors of #ca639f

#ca639f #9fca63 #639fca

Analogous Colors of #ca639f

#ca639f #ca636c #c263ca

Monochromatic Colors of #ca639f

#ca639f

Complementary Color

#ca639f #63ca8e

#ca639f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca639f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca639f Color CSS Codes

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

#ca639f Text Font Color

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

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


#ca639f Background Color

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

This div background color is #ca639f


#ca639f Border Color

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

This div border color is #ca639f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca639f


Comments

No comments written yet.

Please login to write comment.