Color Hex Logo

#ce302e Color Hex

#CE302E
(206,48,46)
0 Favorites   0 Comments

Color spaces of #ce302e

RGB 2064846
HSL0.000.630.49
HSV78°81°
CMYK 0.000.770.78   0.19
XYZ27.003715.43304.1404
Yxy15.43300.57980.3313
Hunter Lab39.284953.949221.2506
CIE-Lab46.221660.502240.0238

#ce302e color RGB value is (206,48,46).

#ce302e hex color red value is 206, green value is 48 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ce302e hue: 0.00 , saturation: 0.63 and the lightness value of ce302e is 0.49.

The process color (four color CMYK) of #ce302e color hex is 0.00, 0.77, 0.78, 0.19. Web safe color of #ce302e is #cc3333. Color #ce302e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 00101110
Octal 316 60 56
Decimal 206 48 46
Hex CE 30 2E

RGB Percentages of Color #ce302e

%68.67
%16.00
%15.33

CMYK Percentages of Color #ce302e

%0
%77
%78
%19

Triadic Colors of #ce302e

#ce302e #2ece30 #302ece

Analogous Colors of #ce302e

#ce302e #ce802e #ce2e7c

Monochromatic Colors of #ce302e

#ce302e

Complementary Color

#ce302e #2eccce

#ce302e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce302e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce302e Color CSS Codes

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

#ce302e Text Font Color

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

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


#ce302e Background Color

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

This div background color is #ce302e


#ce302e Border Color

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

This div border color is #ce302e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce302e


Comments

No comments written yet.

Please login to write comment.