Color Hex Logo

#ca626f Color Hex

#CA626F
(202,98,111)
0 Favorites   0 Comments

Color spaces of #ca626f

RGB 20298111
HSL0.980.500.59
HSV353°51°79°
CMYK 0.000.510.45   0.21
XYZ31.594022.439617.7050
Yxy22.43960.44040.3128
Hunter Lab47.370536.153310.9993
CIE-Lab54.490442.520412.3721

#ca626f color RGB value is (202,98,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 01101111
Octal 312 142 157
Decimal 202 98 111
Hex CA 62 6F

RGB Percentages of Color #ca626f

%49.15
%23.84
%27.01

CMYK Percentages of Color #ca626f

%0
%51
%45
%21

Triadic Colors of #ca626f

#ca626f #6fca62 #626fca

Analogous Colors of #ca626f

#ca626f #ca8962 #ca62a3

Monochromatic Colors of #ca626f

#ca626f

Complementary Color

#ca626f #62cabd

#ca626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca626f Color CSS Codes

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

#ca626f Text Font Color

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

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


#ca626f Background Color

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

This div background color is #ca626f


#ca626f Border Color

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

This div border color is #ca626f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca626f


Comments

No comments written yet.

Please login to write comment.