Color Hex Logo

#ce506b Color Hex

#CE506B
(206,80,107)
0 Favorites   0 Comments

Color spaces of #ce506b

RGB 20680107
HSL0.960.560.56
HSV347°61°81°
CMYK 0.000.610.48   0.19
XYZ30.976119.920716.1224
Yxy19.92070.46220.2972
Hunter Lab44.632645.77629.8258
CIE-Lab51.747452.070510.9976

#ce506b color RGB value is (206,80,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 01101011
Octal 316 120 153
Decimal 206 80 107
Hex CE 50 6B

RGB Percentages of Color #ce506b

%52.42
%20.36
%27.23

CMYK Percentages of Color #ce506b

%0
%61
%48
%19

Triadic Colors of #ce506b

#ce506b #6bce50 #506bce

Analogous Colors of #ce506b

#ce506b #ce7450 #ce50aa

Monochromatic Colors of #ce506b

#ce506b

Complementary Color

#ce506b #50ceb3

#ce506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce506b Color CSS Codes

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

#ce506b Text Font Color

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

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


#ce506b Background Color

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

This div background color is #ce506b


#ce506b Border Color

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

This div border color is #ce506b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce506b


Comments

No comments written yet.

Please login to write comment.