Color Hex Logo

#ce516a Color Hex

#CE516A
(206,81,106)
0 Favorites   0 Comments

Color spaces of #ce516a

RGB 20681106
HSL0.970.560.56
HSV348°61°81°
CMYK 0.000.610.49   0.19
XYZ30.997520.047315.8714
Yxy20.04730.46320.2996
Hunter Lab44.774245.221910.3250
CIE-Lab51.890651.532411.7965

#ce516a color RGB value is (206,81,106).

#ce516a hex color red value is 206, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ce516a hue: 0.97 , saturation: 0.56 and the lightness value of ce516a is 0.56.

The process color (four color CMYK) of #ce516a color hex is 0.00, 0.61, 0.49, 0.19. Web safe color of #ce516a is #cc6666. Color #ce516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 01101010
Octal 316 121 152
Decimal 206 81 106
Hex CE 51 6A

RGB Percentages of Color #ce516a

%52.42
%20.61
%26.97

CMYK Percentages of Color #ce516a

%0
%61
%49
%19

Triadic Colors of #ce516a

#ce516a #6ace51 #516ace

Analogous Colors of #ce516a

#ce516a #ce7751 #ce51a9

Monochromatic Colors of #ce516a

#ce516a

Complementary Color

#ce516a #51ceb5

#ce516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce516a Color CSS Codes

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

#ce516a Text Font Color

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

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


#ce516a Background Color

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

This div background color is #ce516a


#ce516a Border Color

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

This div border color is #ce516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce516a


Comments

No comments written yet.

Please login to write comment.