Color Hex Logo

#ce4030 Color Hex

#CE4030
(206,64,48)
0 Favorites   0 Comments

Color spaces of #ce4030

RGB 2066448
HSL0.020.620.50
HSV77°81°
CMYK 0.000.690.77   0.19
XYZ27.820517.00204.6117
Yxy17.00200.56280.3439
Hunter Lab41.233548.276522.2322
CIE-Lab48.262654.986441.0819

#ce4030 color RGB value is (206,64,48).

#ce4030 hex color red value is 206, green value is 64 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ce4030 hue: 0.02 , saturation: 0.62 and the lightness value of ce4030 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 00110000
Octal 316 100 60
Decimal 206 64 48
Hex CE 40 30

RGB Percentages of Color #ce4030

%64.78
%20.13
%15.09

CMYK Percentages of Color #ce4030

%0
%69
%77
%19

Triadic Colors of #ce4030

#ce4030 #30ce40 #4030ce

Analogous Colors of #ce4030

#ce4030 #ce8f30 #ce306f

Monochromatic Colors of #ce4030

#ce4030

Complementary Color

#ce4030 #30bece

#ce4030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4030 Color CSS Codes

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

#ce4030 Text Font Color

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

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


#ce4030 Background Color

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

This div background color is #ce4030


#ce4030 Border Color

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

This div border color is #ce4030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4030


Comments

No comments written yet.

Please login to write comment.