Color Hex Logo

#ce403d Color Hex

#CE403D
(206,64,61)
0 Favorites   0 Comments

Color spaces of #ce403d

RGB 2066461
HSL0.000.600.52
HSV70°81°
CMYK 0.000.690.70   0.19
XYZ28.129317.12556.2379
Yxy17.12550.54630.3326
Hunter Lab41.383048.911920.0309
CIE-Lab48.417855.541133.9648

#ce403d color RGB value is (206,64,61).

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

The process color (four color CMYK) of #ce403d color hex is 0.00, 0.69, 0.70, 0.19. Web safe color of #ce403d is #cc3333. Color #ce403d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 00111101
Octal 316 100 75
Decimal 206 64 61
Hex CE 40 3D

RGB Percentages of Color #ce403d

%62.24
%19.34
%18.43

CMYK Percentages of Color #ce403d

%0
%69
%70
%19

Triadic Colors of #ce403d

#ce403d #3dce40 #403dce

Analogous Colors of #ce403d

#ce403d #ce893d #ce3d83

Monochromatic Colors of #ce403d

#ce403d

Complementary Color

#ce403d #3dcbce

#ce403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce403d Color CSS Codes

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

#ce403d Text Font Color

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

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


#ce403d Background Color

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

This div background color is #ce403d


#ce403d Border Color

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

This div border color is #ce403d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce403d


Comments

No comments written yet.

Please login to write comment.