Color Hex Logo

#ce626c Color Hex

#CE626C
(206,98,108)
0 Favorites   0 Comments

Color spaces of #ce626c

RGB 20698108
HSL0.980.520.60
HSV354°52°81°
CMYK 0.000.520.48   0.19
XYZ32.528122.939916.9008
Yxy22.93990.44950.3170
Hunter Lab47.895637.410212.6054
CIE-Lab55.010443.659314.9472

#ce626c color RGB value is (206,98,108).

#ce626c hex color red value is 206, green value is 98 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ce626c hue: 0.98 , saturation: 0.52 and the lightness value of ce626c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 01101100
Octal 316 142 154
Decimal 206 98 108
Hex CE 62 6C

RGB Percentages of Color #ce626c

%50.00
%23.79
%26.21

CMYK Percentages of Color #ce626c

%0
%52
%48
%19

Triadic Colors of #ce626c

#ce626c #6cce62 #626cce

Analogous Colors of #ce626c

#ce626c #ce8e62 #ce62a2

Monochromatic Colors of #ce626c

#ce626c

Complementary Color

#ce626c #62cec4

#ce626c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce626c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce626c Color CSS Codes

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

#ce626c Text Font Color

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

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


#ce626c Background Color

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

This div background color is #ce626c


#ce626c Border Color

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

This div border color is #ce626c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce626c


Comments

No comments written yet.

Please login to write comment.