Color Hex Logo

#ce0549 Color Hex

#CE0549
(206,5,73)
0 Favorites   0 Comments

Color spaces of #ce0549

RGB 206573
HSL0.940.950.41
HSV340°98°81°
CMYK 0.000.980.65   0.19
XYZ26.710513.71147.5421
Yxy13.71140.55690.2859
Hunter Lab37.028963.958913.8440
CIE-Lab43.816269.676620.9940

#ce0549 color RGB value is (206,5,73).

#ce0549 hex color red value is 206, green value is 5 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ce0549 hue: 0.94 , saturation: 0.95 and the lightness value of ce0549 is 0.41.

The process color (four color CMYK) of #ce0549 color hex is 0.00, 0.98, 0.65, 0.19. Web safe color of #ce0549 is #cc0033. Color #ce0549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000101 01001001
Octal 316 5 111
Decimal 206 5 73
Hex CE 5 49

RGB Percentages of Color #ce0549

%72.54
%1.76
%25.70

CMYK Percentages of Color #ce0549

%0
%98
%65
%19

Triadic Colors of #ce0549

#ce0549 #49ce05 #0549ce

Analogous Colors of #ce0549

#ce0549 #ce2505 #ce05ae

Monochromatic Colors of #ce0549

#ce0549

Complementary Color

#ce0549 #05ce8a

#ce0549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0549 Color CSS Codes

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

#ce0549 Text Font Color

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

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


#ce0549 Background Color

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

This div background color is #ce0549


#ce0549 Border Color

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

This div border color is #ce0549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0549


Comments

No comments written yet.

Please login to write comment.