Color Hex Logo

#ce818b Color Hex

#CE818B
(206,129,139)
0 Favorites   0 Comments

Color spaces of #ce818b

RGB 206129139
HSL0.980.440.66
HSV352°37°81°
CMYK 0.000.370.33   0.19
XYZ37.964130.686428.3482
Yxy30.68640.39140.3164
Hunter Lab55.395325.38978.4354
CIE-Lab62.242030.97647.1919

#ce818b color RGB value is (206,129,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 10001011
Octal 316 201 213
Decimal 206 129 139
Hex CE 81 8B

RGB Percentages of Color #ce818b

%43.46
%27.22
%29.32

CMYK Percentages of Color #ce818b

%0
%37
%33
%19

Triadic Colors of #ce818b

#ce818b #8bce81 #818bce

Analogous Colors of #ce818b

#ce818b #ce9e81 #ce81b2

Monochromatic Colors of #ce818b

#ce818b

Complementary Color

#ce818b #81cec4

#ce818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce818b Color CSS Codes

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

#ce818b Text Font Color

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

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


#ce818b Background Color

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

This div background color is #ce818b


#ce818b Border Color

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

This div border color is #ce818b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce818b


Comments

No comments written yet.

Please login to write comment.