Color Hex Logo

#ce486a Color Hex

#CE486A
(206,72,106)
0 Favorites   0 Comments

Color spaces of #ce486a

RGB 20672106
HSL0.960.580.55
HSV345°65°81°
CMYK 0.000.650.49   0.19
XYZ30.372518.797115.6631
Yxy18.79710.46850.2899
Hunter Lab43.355649.17478.9292
CIE-Lab50.449055.41779.7733

#ce486a color RGB value is (206,72,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 01101010
Octal 316 110 152
Decimal 206 72 106
Hex CE 48 6A

RGB Percentages of Color #ce486a

%53.65
%18.75
%27.60

CMYK Percentages of Color #ce486a

%0
%65
%49
%19

Triadic Colors of #ce486a

#ce486a #6ace48 #486ace

Analogous Colors of #ce486a

#ce486a #ce6948 #ce48ad

Monochromatic Colors of #ce486a

#ce486a

Complementary Color

#ce486a #48ceac

#ce486a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce486a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce486a Color CSS Codes

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

#ce486a Text Font Color

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

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


#ce486a Background Color

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

This div background color is #ce486a


#ce486a Border Color

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

This div border color is #ce486a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce486a

#ce486a Color Palettes


Comments

No comments written yet.

Please login to write comment.