Color Hex Logo

#ce264d Color Hex

#CE264D
(206,38,77)
0 Favorites   0 Comments

Color spaces of #ce264d

RGB 2063877
HSL0.960.690.48
HSV346°82°81°
CMYK 0.000.820.63   0.19
XYZ27.486315.04398.4762
Yxy15.04390.53890.2949
Hunter Lab38.786558.619014.1936
CIE-Lab45.694364.721920.9722

#ce264d color RGB value is (206,38,77).

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

The process color (four color CMYK) of #ce264d color hex is 0.00, 0.82, 0.63, 0.19. Web safe color of #ce264d is #cc3366. Color #ce264d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 01001101
Octal 316 46 115
Decimal 206 38 77
Hex CE 26 4D

RGB Percentages of Color #ce264d

%64.17
%11.84
%23.99

CMYK Percentages of Color #ce264d

%0
%82
%63
%19

Triadic Colors of #ce264d

#ce264d #4dce26 #264dce

Analogous Colors of #ce264d

#ce264d #ce5326 #ce26a1

Monochromatic Colors of #ce264d

#ce264d

Complementary Color

#ce264d #26cea7

#ce264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce264d Color CSS Codes

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

#ce264d Text Font Color

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

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


#ce264d Background Color

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

This div background color is #ce264d


#ce264d Border Color

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

This div border color is #ce264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce264d


Comments

No comments written yet.

Please login to write comment.