Color Hex Logo

#ce2629 Color Hex

#CE2629
(206,38,41)
0 Favorites   0 Comments

Color spaces of #ce2629

RGB 2063841
HSL1.000.690.48
HSV359°82°81°
CMYK 0.000.820.80   0.19
XYZ26.547014.66813.5299
Yxy14.66810.59330.3278
Hunter Lab38.299056.704521.3447
CIE-Lab45.176263.144841.7041

#ce2629 color RGB value is (206,38,41).

#ce2629 hex color red value is 206, green value is 38 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ce2629 hue: 1.00 , saturation: 0.69 and the lightness value of ce2629 is 0.48.

The process color (four color CMYK) of #ce2629 color hex is 0.00, 0.82, 0.80, 0.19. Web safe color of #ce2629 is #cc3333. Color #ce2629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 00101001
Octal 316 46 51
Decimal 206 38 41
Hex CE 26 29

RGB Percentages of Color #ce2629

%72.28
%13.33
%14.39

CMYK Percentages of Color #ce2629

%0
%82
%80
%19

Triadic Colors of #ce2629

#ce2629 #29ce26 #2629ce

Analogous Colors of #ce2629

#ce2629 #ce7726 #ce267d

Monochromatic Colors of #ce2629

#ce2629

Complementary Color

#ce2629 #26cecb

#ce2629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2629 Color CSS Codes

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

#ce2629 Text Font Color

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

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


#ce2629 Background Color

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

This div background color is #ce2629


#ce2629 Border Color

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

This div border color is #ce2629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2629


Comments

No comments written yet.

Please login to write comment.