Color Hex Logo

#ce4a6f Color Hex

#CE4A6F
(206,74,111)
0 Favorites   0 Comments

Color spaces of #ce4a6f

RGB 20674111
HSL0.950.570.55
HSV343°64°81°
CMYK 0.000.640.46   0.19
XYZ30.771619.167117.1167
Yxy19.16710.45890.2858
Hunter Lab43.780248.84607.4656
CIE-Lab50.882155.04147.3738

#ce4a6f color RGB value is (206,74,111).

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

The process color (four color CMYK) of #ce4a6f color hex is 0.00, 0.64, 0.46, 0.19. Web safe color of #ce4a6f is #cc3366. Color #ce4a6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001010 01101111
Octal 316 112 157
Decimal 206 74 111
Hex CE 4A 6F

RGB Percentages of Color #ce4a6f

%52.69
%18.93
%28.39

CMYK Percentages of Color #ce4a6f

%0
%64
%46
%19

Triadic Colors of #ce4a6f

#ce4a6f #6fce4a #4a6fce

Analogous Colors of #ce4a6f

#ce4a6f #ce674a #ce4ab1

Monochromatic Colors of #ce4a6f

#ce4a6f

Complementary Color

#ce4a6f #4acea9

#ce4a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4a6f Color CSS Codes

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

#ce4a6f Text Font Color

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

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


#ce4a6f Background Color

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

This div background color is #ce4a6f


#ce4a6f Border Color

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

This div border color is #ce4a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4a6f


Comments

No comments written yet.

Please login to write comment.