Color Hex Logo

#ca748b Color Hex

#CA748B
(202,116,139)
0 Favorites   0 Comments

Color spaces of #ca748b

RGB 202116139
HSL0.960.450.62
HSV344°43°79°
CMYK 0.000.430.31   0.21
XYZ35.262726.911427.7620
Yxy26.91140.39210.2992
Hunter Lab51.876230.55154.5838
CIE-Lab58.892236.46542.3028

#ca748b color RGB value is (202,116,139).

#ca748b hex color red value is 202, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ca748b hue: 0.96 , saturation: 0.45 and the lightness value of ca748b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 10001011
Octal 312 164 213
Decimal 202 116 139
Hex CA 74 8B

RGB Percentages of Color #ca748b

%44.20
%25.38
%30.42

CMYK Percentages of Color #ca748b

%0
%43
%31
%21

Triadic Colors of #ca748b

#ca748b #8bca74 #748bca

Analogous Colors of #ca748b

#ca748b #ca8874 #ca74b6

Monochromatic Colors of #ca748b

#ca748b

Complementary Color

#ca748b #74cab3

#ca748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca748b Color CSS Codes

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

#ca748b Text Font Color

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

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


#ca748b Background Color

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

This div background color is #ca748b


#ca748b Border Color

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

This div border color is #ca748b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca748b


Comments

No comments written yet.

Please login to write comment.