Color Hex Logo

#ca968d Color Hex

#CA968D
(202,150,141)
0 Favorites   0 Comments

Color spaces of #ca968d

RGB 202150141
HSL0.020.370.67
HSV30°79°
CMYK 0.000.260.30   0.21
XYZ40.071236.292330.0924
Yxy36.29230.37640.3409
Hunter Lab60.243113.305412.5538
CIE-Lab66.742718.267212.3844

#ca968d color RGB value is (202,150,141).

#ca968d hex color red value is 202, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca968d hue: 0.02 , saturation: 0.37 and the lightness value of ca968d is 0.67.

The process color (four color CMYK) of #ca968d color hex is 0.00, 0.26, 0.30, 0.21. Web safe color of #ca968d is #cc9999. Color #ca968d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 10001101
Octal 312 226 215
Decimal 202 150 141
Hex CA 96 8D

RGB Percentages of Color #ca968d

%40.97
%30.43
%28.60

CMYK Percentages of Color #ca968d

%0
%26
%30
%21

Triadic Colors of #ca968d

#ca968d #8dca96 #968dca

Analogous Colors of #ca968d

#ca968d #cab58d #ca8da3

Monochromatic Colors of #ca968d

#ca968d

Complementary Color

#ca968d #8dc1ca

#ca968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca968d Color CSS Codes

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

#ca968d Text Font Color

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

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


#ca968d Background Color

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

This div background color is #ca968d


#ca968d Border Color

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

This div border color is #ca968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca968d


Comments

No comments written yet.

Please login to write comment.