Color Hex Logo

#ce132a Color Hex

#CE132A
(206,19,42)
0 Favorites   0 Comments

Color spaces of #ce132a

RGB 2061942
HSL0.980.830.44
HSV353°91°81°
CMYK 0.000.910.80   0.19
XYZ26.104413.75473.4696
Yxy13.75470.60250.3175
Hunter Lab37.087360.736720.4144
CIE-Lab43.879166.909439.8329

#ce132a color RGB value is (206,19,42).

#ce132a hex color red value is 206, green value is 19 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce132a hue: 0.98 , saturation: 0.83 and the lightness value of ce132a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 00101010
Octal 316 23 52
Decimal 206 19 42
Hex CE 13 2A

RGB Percentages of Color #ce132a

%77.15
%7.12
%15.73

CMYK Percentages of Color #ce132a

%0
%91
%80
%19

Triadic Colors of #ce132a

#ce132a #2ace13 #132ace

Analogous Colors of #ce132a

#ce132a #ce5a13 #ce1388

Monochromatic Colors of #ce132a

#ce132a

Complementary Color

#ce132a #13ceb7

#ce132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce132a Color CSS Codes

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

#ce132a Text Font Color

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

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


#ce132a Background Color

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

This div background color is #ce132a


#ce132a Border Color

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

This div border color is #ce132a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce132a


Comments

No comments written yet.

Please login to write comment.