Color Hex Logo

#ce828f Color Hex

#CE828F
(206,130,143)
0 Favorites   0 Comments

Color spaces of #ce828f

RGB 206130143
HSL0.970.440.66
HSV350°37°81°
CMYK 0.000.370.31   0.19
XYZ38.394231.070229.9602
Yxy31.07020.38620.3125
Hunter Lab55.740625.40487.1505
CIE-Lab62.566830.96155.3758

#ce828f color RGB value is (206,130,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 10001111
Octal 316 202 217
Decimal 206 130 143
Hex CE 82 8F

RGB Percentages of Color #ce828f

%43.01
%27.14
%29.85

CMYK Percentages of Color #ce828f

%0
%37
%31
%19

Triadic Colors of #ce828f

#ce828f #8fce82 #828fce

Analogous Colors of #ce828f

#ce828f #ce9b82 #ce82b5

Monochromatic Colors of #ce828f

#ce828f

Complementary Color

#ce828f #82cec1

#ce828f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce828f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce828f Color CSS Codes

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

#ce828f Text Font Color

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

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


#ce828f Background Color

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

This div background color is #ce828f


#ce828f Border Color

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

This div border color is #ce828f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce828f


Comments

No comments written yet.

Please login to write comment.