Color Hex Logo

#ce284d Color Hex

#CE284D
(206,40,77)
0 Favorites   0 Comments

Color spaces of #ce284d

RGB 2064077
HSL0.960.670.48
HSV347°81°81°
CMYK 0.000.810.63   0.19
XYZ27.551915.17528.4981
Yxy15.17520.53790.2962
Hunter Lab38.955458.075614.3347
CIE-Lab45.873264.213421.2073

#ce284d color RGB value is (206,40,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101000 01001101
Octal 316 50 115
Decimal 206 40 77
Hex CE 28 4D

RGB Percentages of Color #ce284d

%63.78
%12.38
%23.84

CMYK Percentages of Color #ce284d

%0
%81
%63
%19

Triadic Colors of #ce284d

#ce284d #4dce28 #284dce

Analogous Colors of #ce284d

#ce284d #ce5628 #ce28a0

Monochromatic Colors of #ce284d

#ce284d

Complementary Color

#ce284d #28cea9

#ce284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce284d Color CSS Codes

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

#ce284d Text Font Color

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

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


#ce284d Background Color

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

This div background color is #ce284d


#ce284d Border Color

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

This div border color is #ce284d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,40,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 #ce284d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce284d


Comments

No comments written yet.

Please login to write comment.