Color Hex Logo

#ce283b Color Hex

#CE283B
(206,40,59)
0 Favorites   0 Comments

Color spaces of #ce283b

RGB 2064059
HSL0.980.670.48
HSV353°81°81°
CMYK 0.000.810.71   0.19
XYZ27.001814.95525.6012
Yxy14.95520.56780.3145
Hunter Lab38.672056.957618.4829
CIE-Lab45.572863.291331.7775

#ce283b color RGB value is (206,40,59).

#ce283b hex color red value is 206, green value is 40 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ce283b hue: 0.98 , saturation: 0.67 and the lightness value of ce283b is 0.48.

The process color (four color CMYK) of #ce283b color hex is 0.00, 0.81, 0.71, 0.19. Web safe color of #ce283b is #cc3333. Color #ce283b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101000 00111011
Octal 316 50 73
Decimal 206 40 59
Hex CE 28 3B

RGB Percentages of Color #ce283b

%67.54
%13.11
%19.34

CMYK Percentages of Color #ce283b

%0
%81
%71
%19

Triadic Colors of #ce283b

#ce283b #3bce28 #283bce

Analogous Colors of #ce283b

#ce283b #ce6828 #ce288e

Monochromatic Colors of #ce283b

#ce283b

Complementary Color

#ce283b #28cebb

#ce283b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce283b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce283b Color CSS Codes

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

#ce283b Text Font Color

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

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


#ce283b Background Color

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

This div background color is #ce283b


#ce283b Border Color

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

This div border color is #ce283b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce283b


Comments

No comments written yet.

Please login to write comment.