Color Hex Logo

#ce718a Color Hex

#CE718A
(206,113,138)
0 Favorites   0 Comments

Color spaces of #ce718a

RGB 206113138
HSL0.960.490.63
HSV344°45°81°
CMYK 0.000.450.33   0.19
XYZ35.946226.767027.3167
Yxy26.76700.39930.2973
Hunter Lab51.736833.48044.9111
CIE-Lab58.758039.35022.7532

#ce718a color RGB value is (206,113,138).

#ce718a hex color red value is 206, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ce718a hue: 0.96 , saturation: 0.49 and the lightness value of ce718a is 0.63.

The process color (four color CMYK) of #ce718a color hex is 0.00, 0.45, 0.33, 0.19. Web safe color of #ce718a is #cc6699. Color #ce718a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110001 10001010
Octal 316 161 212
Decimal 206 113 138
Hex CE 71 8A

RGB Percentages of Color #ce718a

%45.08
%24.73
%30.20

CMYK Percentages of Color #ce718a

%0
%45
%33
%19

Triadic Colors of #ce718a

#ce718a #8ace71 #718ace

Analogous Colors of #ce718a

#ce718a #ce8771 #ce71b9

Monochromatic Colors of #ce718a

#ce718a

Complementary Color

#ce718a #71ceb5

#ce718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce718a Color CSS Codes

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

#ce718a Text Font Color

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

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


#ce718a Background Color

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

This div background color is #ce718a


#ce718a Border Color

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

This div border color is #ce718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce718a


Comments

No comments written yet.

Please login to write comment.