Color Hex Logo

#ce7984 Color Hex

#CE7984
(206,121,132)
0 Favorites   0 Comments

Color spaces of #ce7984

RGB 206121132
HSL0.980.460.64
HSV352°41°81°
CMYK 0.000.410.36   0.19
XYZ36.455828.462525.4022
Yxy28.46250.40360.3151
Hunter Lab53.350328.61139.1148
CIE-Lab60.304334.38608.4377

#ce7984 color RGB value is (206,121,132).

#ce7984 hex color red value is 206, green value is 121 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ce7984 hue: 0.98 , saturation: 0.46 and the lightness value of ce7984 is 0.64.

The process color (four color CMYK) of #ce7984 color hex is 0.00, 0.41, 0.36, 0.19. Web safe color of #ce7984 is #cc6699. Color #ce7984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10000100
Octal 316 171 204
Decimal 206 121 132
Hex CE 79 84

RGB Percentages of Color #ce7984

%44.88
%26.36
%28.76

CMYK Percentages of Color #ce7984

%0
%41
%36
%19

Triadic Colors of #ce7984

#ce7984 #84ce79 #7984ce

Analogous Colors of #ce7984

#ce7984 #ce9979 #ce79af

Monochromatic Colors of #ce7984

#ce7984

Complementary Color

#ce7984 #79cec3

#ce7984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7984 Color CSS Codes

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

#ce7984 Text Font Color

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

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


#ce7984 Background Color

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

This div background color is #ce7984


#ce7984 Border Color

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

This div border color is #ce7984


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,121,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7984

#ce7984 Color Palettes


Comments

No comments written yet.

Please login to write comment.