Color Hex Logo

#ce513b Color Hex

#CE513B
(206,81,59)
0 Favorites   0 Comments

Color spaces of #ce513b

RGB 2068159
HSL0.020.600.52
HSV71°81°
CMYK 0.000.610.71   0.19
XYZ29.185419.32246.3290
Yxy19.32240.53220.3524
Hunter Lab43.957341.589822.2335
CIE-Lab51.062348.261338.1508

#ce513b color RGB value is (206,81,59).

#ce513b hex color red value is 206, green value is 81 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ce513b hue: 0.02 , saturation: 0.60 and the lightness value of ce513b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 00111011
Octal 316 121 73
Decimal 206 81 59
Hex CE 51 3B

RGB Percentages of Color #ce513b

%59.54
%23.41
%17.05

CMYK Percentages of Color #ce513b

%0
%61
%71
%19

Triadic Colors of #ce513b

#ce513b #3bce51 #513bce

Analogous Colors of #ce513b

#ce513b #ce9b3b #ce3b6f

Monochromatic Colors of #ce513b

#ce513b

Complementary Color

#ce513b #3bb8ce

#ce513b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce513b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce513b Color CSS Codes

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

#ce513b Text Font Color

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

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


#ce513b Background Color

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

This div background color is #ce513b


#ce513b Border Color

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

This div border color is #ce513b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce513b


Comments

No comments written yet.

Please login to write comment.