Color Hex Logo

#ce380b Color Hex

#CE380B
(206,56,11)
0 Favorites   0 Comments

Color spaces of #ce380b

RGB 2065611
HSL0.040.900.43
HSV14°95°81°
CMYK 0.000.730.95   0.19
XYZ26.928215.97431.9807
Yxy15.97430.60000.3559
Hunter Lab39.967950.320025.0393
CIE-Lab46.940857.096055.9189

#ce380b color RGB value is (206,56,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 00001011
Octal 316 70 13
Decimal 206 56 11
Hex CE 38 B

RGB Percentages of Color #ce380b

%75.46
%20.51
%4.03

CMYK Percentages of Color #ce380b

%0
%73
%95
%19

Triadic Colors of #ce380b

#ce380b #0bce38 #380bce

Analogous Colors of #ce380b

#ce380b #ce9a0b #ce0b3f

Monochromatic Colors of #ce380b

#ce380b

Complementary Color

#ce380b #0ba1ce

#ce380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce380b Color CSS Codes

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

#ce380b Text Font Color

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

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


#ce380b Background Color

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

This div background color is #ce380b


#ce380b Border Color

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

This div border color is #ce380b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,56,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 #ce380b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce380b


Comments

No comments written yet.

Please login to write comment.