Color Hex Logo

#ce506f Color Hex

#CE506F
(206,80,111)
0 Favorites   0 Comments

Color spaces of #ce506f

RGB 20680111
HSL0.960.560.56
HSV345°61°81°
CMYK 0.000.610.46   0.19
XYZ31.191520.006817.2567
Yxy20.00680.45560.2923
Hunter Lab44.729046.20038.4358
CIE-Lab51.844952.44618.7403

#ce506f color RGB value is (206,80,111).

#ce506f hex color red value is 206, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ce506f hue: 0.96 , saturation: 0.56 and the lightness value of ce506f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 01101111
Octal 316 120 157
Decimal 206 80 111
Hex CE 50 6F

RGB Percentages of Color #ce506f

%51.89
%20.15
%27.96

CMYK Percentages of Color #ce506f

%0
%61
%46
%19

Triadic Colors of #ce506f

#ce506f #6fce50 #506fce

Analogous Colors of #ce506f

#ce506f #ce7050 #ce50ae

Monochromatic Colors of #ce506f

#ce506f

Complementary Color

#ce506f #50ceaf

#ce506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce506f Color CSS Codes

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

#ce506f Text Font Color

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

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


#ce506f Background Color

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

This div background color is #ce506f


#ce506f Border Color

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

This div border color is #ce506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce506f


Comments

No comments written yet.

Please login to write comment.