Color Hex Logo

#ce485f Color Hex

#CE485F
(206,72,95)
0 Favorites   0 Comments

Color spaces of #ce485f

RGB 2067295
HSL0.970.580.55
HSV350°65°81°
CMYK 0.000.650.54   0.19
XYZ29.836518.582812.8407
Yxy18.58280.48700.3033
Hunter Lab43.107848.107912.5145
CIE-Lab50.195554.487516.0519

#ce485f color RGB value is (206,72,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 01011111
Octal 316 110 137
Decimal 206 72 95
Hex CE 48 5F

RGB Percentages of Color #ce485f

%55.23
%19.30
%25.47

CMYK Percentages of Color #ce485f

%0
%65
%54
%19

Triadic Colors of #ce485f

#ce485f #5fce48 #485fce

Analogous Colors of #ce485f

#ce485f #ce7448 #ce48a2

Monochromatic Colors of #ce485f

#ce485f

Complementary Color

#ce485f #48ceb7

#ce485f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce485f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce485f Color CSS Codes

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

#ce485f Text Font Color

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

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


#ce485f Background Color

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

This div background color is #ce485f


#ce485f Border Color

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

This div border color is #ce485f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce485f


Comments

No comments written yet.

Please login to write comment.