Color Hex Logo

#ce5034 Color Hex

#CE5034
(206,80,52)
0 Favorites   0 Comments

Color spaces of #ce5034

RGB 2068052
HSL0.030.610.51
HSV11°75°81°
CMYK 0.000.610.75   0.19
XYZ28.942119.10715.4114
Yxy19.10710.54140.3574
Hunter Lab43.711741.691923.2582
CIE-Lab50.812348.398941.6610

#ce5034 color RGB value is (206,80,52).

#ce5034 hex color red value is 206, green value is 80 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ce5034 hue: 0.03 , saturation: 0.61 and the lightness value of ce5034 is 0.51.

The process color (four color CMYK) of #ce5034 color hex is 0.00, 0.61, 0.75, 0.19. Web safe color of #ce5034 is #cc6633. Color #ce5034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 00110100
Octal 316 120 64
Decimal 206 80 52
Hex CE 50 34

RGB Percentages of Color #ce5034

%60.95
%23.67
%15.38

CMYK Percentages of Color #ce5034

%0
%61
%75
%19

Triadic Colors of #ce5034

#ce5034 #34ce50 #5034ce

Analogous Colors of #ce5034

#ce5034 #ce9d34 #ce3465

Monochromatic Colors of #ce5034

#ce5034

Complementary Color

#ce5034 #34b2ce

#ce5034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5034 Color CSS Codes

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

#ce5034 Text Font Color

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

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


#ce5034 Background Color

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

This div background color is #ce5034


#ce5034 Border Color

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

This div border color is #ce5034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5034


Comments

No comments written yet.

Please login to write comment.