Color Hex Logo

#ce363f Color Hex

#CE363F
(206,54,63)
0 Favorites   0 Comments

Color spaces of #ce363f

RGB 2065463
HSL0.990.610.51
HSV356°74°81°
CMYK 0.000.740.69   0.19
XYZ27.670016.11906.3555
Yxy16.11900.55180.3215
Hunter Lab40.148552.760918.7183
CIE-Lab47.130259.267431.2634

#ce363f color RGB value is (206,54,63).

#ce363f hex color red value is 206, green value is 54 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ce363f hue: 0.99 , saturation: 0.61 and the lightness value of ce363f is 0.51.

The process color (four color CMYK) of #ce363f color hex is 0.00, 0.74, 0.69, 0.19. Web safe color of #ce363f is #cc3333. Color #ce363f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110110 00111111
Octal 316 66 77
Decimal 206 54 63
Hex CE 36 3F

RGB Percentages of Color #ce363f

%63.78
%16.72
%19.50

CMYK Percentages of Color #ce363f

%0
%74
%69
%19

Triadic Colors of #ce363f

#ce363f #3fce36 #363fce

Analogous Colors of #ce363f

#ce363f #ce7936 #ce368b

Monochromatic Colors of #ce363f

#ce363f

Complementary Color

#ce363f #36cec5

#ce363f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce363f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce363f Color CSS Codes

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

#ce363f Text Font Color

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

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


#ce363f Background Color

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

This div background color is #ce363f


#ce363f Border Color

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

This div border color is #ce363f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce363f


Comments

No comments written yet.

Please login to write comment.