Color Hex Logo

#ce567e Color Hex

#CE567E
(206,86,126)
0 Favorites   0 Comments

Color spaces of #ce567e

RGB 20686126
HSL0.940.550.57
HSV340°58°81°
CMYK 0.000.580.39   0.19
XYZ32.547321.283722.1314
Yxy21.28370.42850.2802
Hunter Lab46.134345.19523.8515
CIE-Lab53.258651.27881.8189

#ce567e color RGB value is (206,86,126).

#ce567e hex color red value is 206, green value is 86 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce567e hue: 0.94 , saturation: 0.55 and the lightness value of ce567e is 0.57.

The process color (four color CMYK) of #ce567e color hex is 0.00, 0.58, 0.39, 0.19. Web safe color of #ce567e is #cc6666. Color #ce567e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01111110
Octal 316 126 176
Decimal 206 86 126
Hex CE 56 7E

RGB Percentages of Color #ce567e

%49.28
%20.57
%30.14

CMYK Percentages of Color #ce567e

%0
%58
%39
%19

Triadic Colors of #ce567e

#ce567e #7ece56 #567ece

Analogous Colors of #ce567e

#ce567e #ce6a56 #ce56ba

Monochromatic Colors of #ce567e

#ce567e

Complementary Color

#ce567e #56cea6

#ce567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce567e Color CSS Codes

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

#ce567e Text Font Color

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

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


#ce567e Background Color

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

This div background color is #ce567e


#ce567e Border Color

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

This div border color is #ce567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce567e


Comments

No comments written yet.

Please login to write comment.