Color Hex Logo

#ce948d Color Hex

#CE948D
(206,148,141)
0 Favorites   0 Comments

Color spaces of #ce948d

RGB 206148141
HSL0.020.400.68
HSV32°81°
CMYK 0.000.280.32   0.19
XYZ40.851236.224730.0383
Yxy36.22470.38140.3382
Hunter Lab60.187015.827612.5402
CIE-Lab66.691320.905812.3739

#ce948d color RGB value is (206,148,141).

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

The process color (four color CMYK) of #ce948d color hex is 0.00, 0.28, 0.32, 0.19. Web safe color of #ce948d is #cc9999. Color #ce948d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 10001101
Octal 316 224 215
Decimal 206 148 141
Hex CE 94 8D

RGB Percentages of Color #ce948d

%41.62
%29.90
%28.48

CMYK Percentages of Color #ce948d

%0
%28
%32
%19

Triadic Colors of #ce948d

#ce948d #8dce94 #948dce

Analogous Colors of #ce948d

#ce948d #ceb58d #ce8da7

Monochromatic Colors of #ce948d

#ce948d

Complementary Color

#ce948d #8dc7ce

#ce948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce948d Color CSS Codes

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

#ce948d Text Font Color

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

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


#ce948d Background Color

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

This div background color is #ce948d


#ce948d Border Color

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

This div border color is #ce948d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce948d


Comments

No comments written yet.

Please login to write comment.