Color Hex Logo

#ce263e Color Hex

#CE263E
(206,38,62)
0 Favorites   0 Comments

Color spaces of #ce263e

RGB 2063862
HSL0.980.690.48
HSV351°82°81°
CMYK 0.000.820.70   0.19
XYZ27.016214.85586.0010
Yxy14.85580.56430.3103
Hunter Lab38.543257.665817.7491
CIE-Lab45.436163.939029.8126

#ce263e color RGB value is (206,38,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 00111110
Octal 316 46 76
Decimal 206 38 62
Hex CE 26 3E

RGB Percentages of Color #ce263e

%67.32
%12.42
%20.26

CMYK Percentages of Color #ce263e

%0
%82
%70
%19

Triadic Colors of #ce263e

#ce263e #3ece26 #263ece

Analogous Colors of #ce263e

#ce263e #ce6226 #ce2692

Monochromatic Colors of #ce263e

#ce263e

Complementary Color

#ce263e #26ceb6

#ce263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce263e Color CSS Codes

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

#ce263e Text Font Color

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

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


#ce263e Background Color

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

This div background color is #ce263e


#ce263e Border Color

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

This div border color is #ce263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce263e


Comments

No comments written yet.

Please login to write comment.