Color Hex Logo

#ca639d Color Hex

#CA639D
(202,99,157)
0 Favorites   0 Comments

Color spaces of #ca639d

RGB 20299157
HSL0.910.490.59
HSV326°51°79°
CMYK 0.000.510.22   0.21
XYZ34.904823.914634.6746
Yxy23.91460.37330.2558
Hunter Lab48.902641.8271-7.8081
CIE-Lab56.002247.7028-12.4362

#ca639d color RGB value is (202,99,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 10011101
Octal 312 143 235
Decimal 202 99 157
Hex CA 63 9D

RGB Percentages of Color #ca639d

%44.10
%21.62
%34.28

CMYK Percentages of Color #ca639d

%0
%51
%22
%21

Triadic Colors of #ca639d

#ca639d #9dca63 #639dca

Analogous Colors of #ca639d

#ca639d #ca636a #c463ca

Monochromatic Colors of #ca639d

#ca639d

Complementary Color

#ca639d #63ca90

#ca639d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca639d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca639d Color CSS Codes

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

#ca639d Text Font Color

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

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


#ca639d Background Color

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

This div background color is #ca639d


#ca639d Border Color

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

This div border color is #ca639d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca639d


Comments

No comments written yet.

Please login to write comment.