Color Hex Logo

#ce485e Color Hex

#CE485E
(206,72,94)
0 Favorites   0 Comments

Color spaces of #ce485e

RGB 2067294
HSL0.970.580.55
HSV350°65°81°
CMYK 0.000.650.54   0.19
XYZ29.791318.564712.6028
Yxy18.56470.48870.3045
Hunter Lab43.086848.017612.8185
CIE-Lab50.174054.408516.6243

#ce485e color RGB value is (206,72,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 01011110
Octal 316 110 136
Decimal 206 72 94
Hex CE 48 5E

RGB Percentages of Color #ce485e

%55.38
%19.35
%25.27

CMYK Percentages of Color #ce485e

%0
%65
%54
%19

Triadic Colors of #ce485e

#ce485e #5ece48 #485ece

Analogous Colors of #ce485e

#ce485e #ce7548 #ce48a1

Monochromatic Colors of #ce485e

#ce485e

Complementary Color

#ce485e #48ceb8

#ce485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce485e Color CSS Codes

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

#ce485e Text Font Color

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

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


#ce485e Background Color

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

This div background color is #ce485e


#ce485e Border Color

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

This div border color is #ce485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce485e


Comments

No comments written yet.

Please login to write comment.