Color Hex Logo

#ce506a Color Hex

#CE506A
(206,80,106)
0 Favorites   0 Comments

Color spaces of #ce506a

RGB 20680106
HSL0.970.560.56
HSV348°61°81°
CMYK 0.000.610.49   0.19
XYZ30.923819.899715.8468
Yxy19.89970.46380.2985
Hunter Lab44.609145.673510.1643
CIE-Lab51.723651.979411.5629

#ce506a color RGB value is (206,80,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 01101010
Octal 316 120 152
Decimal 206 80 106
Hex CE 50 6A

RGB Percentages of Color #ce506a

%52.55
%20.41
%27.04

CMYK Percentages of Color #ce506a

%0
%61
%49
%19

Triadic Colors of #ce506a

#ce506a #6ace50 #506ace

Analogous Colors of #ce506a

#ce506a #ce7550 #ce50a9

Monochromatic Colors of #ce506a

#ce506a

Complementary Color

#ce506a #50ceb4

#ce506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce506a Color CSS Codes

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

#ce506a Text Font Color

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

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


#ce506a Background Color

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

This div background color is #ce506a


#ce506a Border Color

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

This div border color is #ce506a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce506a


Comments

No comments written yet.

Please login to write comment.