Color Hex Logo

#ce828a Color Hex

#CE828A
(206,130,138)
0 Favorites   0 Comments

Color spaces of #ce828a

RGB 206130138
HSL0.980.440.66
HSV354°37°81°
CMYK 0.000.370.33   0.19
XYZ38.023730.922128.0092
Yxy30.92210.39220.3189
Hunter Lab55.607624.74239.0614
CIE-Lab62.441830.30778.0475

#ce828a color RGB value is (206,130,138).

#ce828a hex color red value is 206, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ce828a hue: 0.98 , saturation: 0.44 and the lightness value of ce828a is 0.66.

The process color (four color CMYK) of #ce828a color hex is 0.00, 0.37, 0.33, 0.19. Web safe color of #ce828a is #cc9999. Color #ce828a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 10001010
Octal 316 202 212
Decimal 206 130 138
Hex CE 82 8A

RGB Percentages of Color #ce828a

%43.46
%27.43
%29.11

CMYK Percentages of Color #ce828a

%0
%37
%33
%19

Triadic Colors of #ce828a

#ce828a #8ace82 #828ace

Analogous Colors of #ce828a

#ce828a #cea082 #ce82b0

Monochromatic Colors of #ce828a

#ce828a

Complementary Color

#ce828a #82cec6

#ce828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce828a Color CSS Codes

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

#ce828a Text Font Color

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

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


#ce828a Background Color

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

This div background color is #ce828a


#ce828a Border Color

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

This div border color is #ce828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce828a


Comments

No comments written yet.

Please login to write comment.