Color Hex Logo

#ce133e Color Hex

#CE133E
(206,19,62)
0 Favorites   0 Comments

Color spaces of #ce133e

RGB 2061962
HSL0.960.830.44
HSV346°91°81°
CMYK 0.000.910.70   0.19
XYZ26.556013.93545.8476
Yxy13.93540.57310.3007
Hunter Lab37.330161.653916.8436
CIE-Lab44.140167.647528.2324

#ce133e color RGB value is (206,19,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 00111110
Octal 316 23 76
Decimal 206 19 62
Hex CE 13 3E

RGB Percentages of Color #ce133e

%71.78
%6.62
%21.60

CMYK Percentages of Color #ce133e

%0
%91
%70
%19

Triadic Colors of #ce133e

#ce133e #3ece13 #133ece

Analogous Colors of #ce133e

#ce133e #ce4613 #ce139c

Monochromatic Colors of #ce133e

#ce133e

Complementary Color

#ce133e #13cea3

#ce133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce133e Color CSS Codes

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

#ce133e Text Font Color

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

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


#ce133e Background Color

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

This div background color is #ce133e


#ce133e Border Color

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

This div border color is #ce133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce133e


Comments

No comments written yet.

Please login to write comment.