Color Hex Logo

#ce0d4f Color Hex

#CE0D4F
(206,13,79)
0 Favorites   0 Comments

Color spaces of #ce0d4f

RGB 2061379
HSL0.940.880.43
HSV339°94°81°
CMYK 0.000.940.62   0.19
XYZ27.008813.97428.6709
Yxy13.97420.54390.2814
Hunter Lab37.382163.548812.4149
CIE-Lab44.195969.254517.7399

#ce0d4f color RGB value is (206,13,79).

#ce0d4f hex color red value is 206, green value is 13 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce0d4f hue: 0.94 , saturation: 0.88 and the lightness value of ce0d4f is 0.43.

The process color (four color CMYK) of #ce0d4f color hex is 0.00, 0.94, 0.62, 0.19. Web safe color of #ce0d4f is #cc0066. Color #ce0d4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001101 01001111
Octal 316 15 117
Decimal 206 13 79
Hex CE D 4F

RGB Percentages of Color #ce0d4f

%69.13
%4.36
%26.51

CMYK Percentages of Color #ce0d4f

%0
%94
%62
%19

Triadic Colors of #ce0d4f

#ce0d4f #4fce0d #0d4fce

Analogous Colors of #ce0d4f

#ce0d4f #ce2c0d #ce0db0

Monochromatic Colors of #ce0d4f

#ce0d4f

Complementary Color

#ce0d4f #0dce8c

#ce0d4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0d4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0d4f Color CSS Codes

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

#ce0d4f Text Font Color

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

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


#ce0d4f Background Color

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

This div background color is #ce0d4f


#ce0d4f Border Color

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

This div border color is #ce0d4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0d4f


Comments

No comments written yet.

Please login to write comment.