Color Hex Logo

#ca665f Color Hex

#CA665F
(202,102,95)
0 Favorites   0 Comments

Color spaces of #ca665f

RGB 20210295
HSL0.010.500.58
HSV53°79°
CMYK 0.000.500.53   0.21
XYZ31.174122.885513.6008
Yxy22.88550.46070.3382
Hunter Lab47.838832.601516.6307
CIE-Lab54.954238.979822.3583

#ca665f color RGB value is (202,102,95).

#ca665f hex color red value is 202, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ca665f hue: 0.01 , saturation: 0.50 and the lightness value of ca665f is 0.58.

The process color (four color CMYK) of #ca665f color hex is 0.00, 0.50, 0.53, 0.21. Web safe color of #ca665f is #cc6666. Color #ca665f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 01011111
Octal 312 146 137
Decimal 202 102 95
Hex CA 66 5F

RGB Percentages of Color #ca665f

%50.63
%25.56
%23.81

CMYK Percentages of Color #ca665f

%0
%50
%53
%21

Triadic Colors of #ca665f

#ca665f #5fca66 #665fca

Analogous Colors of #ca665f

#ca665f #ca9c5f #ca5f8e

Monochromatic Colors of #ca665f

#ca665f

Complementary Color

#ca665f #5fc3ca

#ca665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca665f Color CSS Codes

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

#ca665f Text Font Color

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

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


#ca665f Background Color

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

This div background color is #ca665f


#ca665f Border Color

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

This div border color is #ca665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca665f


Comments

No comments written yet.

Please login to write comment.