Color Hex Logo

#ce1231 Color Hex

#CE1231
(206,18,49)
0 Favorites   0 Comments

Color spaces of #ce1231

RGB 2061849
HSL0.970.840.44
HSV350°91°81°
CMYK 0.000.910.76   0.19
XYZ26.224313.77624.1826
Yxy13.77620.59350.3118
Hunter Lab37.116361.164619.3001
CIE-Lab43.910367.271835.8109

#ce1231 color RGB value is (206,18,49).

#ce1231 hex color red value is 206, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ce1231 hue: 0.97 , saturation: 0.84 and the lightness value of ce1231 is 0.44.

The process color (four color CMYK) of #ce1231 color hex is 0.00, 0.91, 0.76, 0.19. Web safe color of #ce1231 is #cc0033. Color #ce1231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 00110001
Octal 316 22 61
Decimal 206 18 49
Hex CE 12 31

RGB Percentages of Color #ce1231

%75.46
%6.59
%17.95

CMYK Percentages of Color #ce1231

%0
%91
%76
%19

Triadic Colors of #ce1231

#ce1231 #31ce12 #1231ce

Analogous Colors of #ce1231

#ce1231 #ce5112 #ce128f

Monochromatic Colors of #ce1231

#ce1231

Complementary Color

#ce1231 #12ceaf

#ce1231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1231 Color CSS Codes

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

#ce1231 Text Font Color

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

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


#ce1231 Background Color

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

This div background color is #ce1231


#ce1231 Border Color

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

This div border color is #ce1231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1231


Comments

No comments written yet.

Please login to write comment.