Color Hex Logo

#cc938d Color Hex

#CC938D
(204,147,141)
0 Favorites   0 Comments

Color spaces of #cc938d

RGB 204147141
HSL0.020.380.68
HSV31°80°
CMYK 0.000.280.31   0.20
XYZ40.143335.627929.9604
Yxy35.62790.37970.3370
Hunter Lab59.689115.592412.0223
CIE-Lab66.234620.681711.6993

#cc938d color RGB value is (204,147,141).

#cc938d hex color red value is 204, green value is 147 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc938d hue: 0.02 , saturation: 0.38 and the lightness value of cc938d is 0.68.

The process color (four color CMYK) of #cc938d color hex is 0.00, 0.28, 0.31, 0.20. Web safe color of #cc938d is #cc9999. Color #cc938d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 10001101
Octal 314 223 215
Decimal 204 147 141
Hex CC 93 8D

RGB Percentages of Color #cc938d

%41.46
%29.88
%28.66

CMYK Percentages of Color #cc938d

%0
%28
%31
%20

Triadic Colors of #cc938d

#cc938d #8dcc93 #938dcc

Analogous Colors of #cc938d

#cc938d #ccb38d #cc8da7

Monochromatic Colors of #cc938d

#cc938d

Complementary Color

#cc938d #8dc6cc

#cc938d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc938d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc938d Color CSS Codes

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

#cc938d Text Font Color

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

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


#cc938d Background Color

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

This div background color is #cc938d


#cc938d Border Color

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

This div border color is #cc938d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,147,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 #cc938d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc938d


Comments

No comments written yet.

Please login to write comment.