Color Hex Logo

#ce484d Color Hex

#CE484D
(206,72,77)
0 Favorites   0 Comments

Color spaces of #ce484d

RGB 2067277
HSL0.990.580.55
HSV358°65°81°
CMYK 0.000.650.63   0.19
XYZ29.110518.29249.0177
Yxy18.29240.51600.3242
Hunter Lab42.769646.646517.4378
CIE-Lab49.848953.202826.3542

#ce484d color RGB value is (206,72,77).

#ce484d hex color red value is 206, green value is 72 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ce484d hue: 0.99 , saturation: 0.58 and the lightness value of ce484d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 01001101
Octal 316 110 115
Decimal 206 72 77
Hex CE 48 4D

RGB Percentages of Color #ce484d

%58.03
%20.28
%21.69

CMYK Percentages of Color #ce484d

%0
%65
%63
%19

Triadic Colors of #ce484d

#ce484d #4dce48 #484dce

Analogous Colors of #ce484d

#ce484d #ce8648 #ce4890

Monochromatic Colors of #ce484d

#ce484d

Complementary Color

#ce484d #48cec9

#ce484d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce484d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce484d Color CSS Codes

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

#ce484d Text Font Color

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

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


#ce484d Background Color

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

This div background color is #ce484d


#ce484d Border Color

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

This div border color is #ce484d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce484d


Comments

No comments written yet.

Please login to write comment.