Color Hex Logo

#ce380a Color Hex

#CE380A
(206,56,10)
0 Favorites   0 Comments

Color spaces of #ce380a

RGB 2065610
HSL0.040.910.42
HSV14°95°81°
CMYK 0.000.730.95   0.19
XYZ26.922615.97211.9511
Yxy15.97210.60030.3562
Hunter Lab39.965150.308025.0810
CIE-Lab46.937957.085656.1772

#ce380a color RGB value is (206,56,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 00001010
Octal 316 70 12
Decimal 206 56 10
Hex CE 38 A

RGB Percentages of Color #ce380a

%75.74
%20.59
%3.68

CMYK Percentages of Color #ce380a

%0
%73
%95
%19

Triadic Colors of #ce380a

#ce380a #0ace38 #380ace

Analogous Colors of #ce380a

#ce380a #ce9a0a #ce0a3e

Monochromatic Colors of #ce380a

#ce380a

Complementary Color

#ce380a #0aa0ce

#ce380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce380a Color CSS Codes

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

#ce380a Text Font Color

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

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


#ce380a Background Color

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

This div background color is #ce380a


#ce380a Border Color

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

This div border color is #ce380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce380a


Comments

No comments written yet.

Please login to write comment.