Color Hex Logo

#ce430b Color Hex

#CE430B
(206,67,11)
0 Favorites   0 Comments

Color spaces of #ce430b

RGB 2066711
HSL0.050.900.43
HSV17°95°81°
CMYK 0.000.670.95   0.19
XYZ27.521217.16032.1783
Yxy17.16030.58730.3662
Hunter Lab41.425046.094925.8798
CIE-Lab48.461452.934656.8466

#ce430b color RGB value is (206,67,11).

#ce430b hex color red value is 206, green value is 67 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ce430b hue: 0.05 , saturation: 0.90 and the lightness value of ce430b is 0.43.

The process color (four color CMYK) of #ce430b color hex is 0.00, 0.67, 0.95, 0.19. Web safe color of #ce430b is #cc3300. Color #ce430b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000011 00001011
Octal 316 103 13
Decimal 206 67 11
Hex CE 43 B

RGB Percentages of Color #ce430b

%72.54
%23.59
%3.87

CMYK Percentages of Color #ce430b

%0
%67
%95
%19

Triadic Colors of #ce430b

#ce430b #0bce43 #430bce

Analogous Colors of #ce430b

#ce430b #cea50b #ce0b35

Monochromatic Colors of #ce430b

#ce430b

Complementary Color

#ce430b #0b96ce

#ce430b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce430b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce430b Color CSS Codes

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

#ce430b Text Font Color

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

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


#ce430b Background Color

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

This div background color is #ce430b


#ce430b Border Color

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

This div border color is #ce430b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce430b


Comments

No comments written yet.

Please login to write comment.