Color Hex Logo

#ce0047 Color Hex

#CE0047
(206,0,71)
0 Favorites   0 Comments

Color spaces of #ce0047

RGB 206071
HSL0.941.000.40
HSV339°100°81°
CMYK 0.001.000.66   0.19
XYZ26.590913.57677.1803
Yxy13.57670.56160.2867
Hunter Lab36.846664.335814.2387
CIE-Lab43.619670.034221.9901

#ce0047 color RGB value is (206,0,71).

#ce0047 hex color red value is 206, green value is 0 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ce0047 hue: 0.94 , saturation: 1.00 and the lightness value of ce0047 is 0.40.

The process color (four color CMYK) of #ce0047 color hex is 0.00, 1.00, 0.66, 0.19. Web safe color of #ce0047 is #cc0033. Color #ce0047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 01000111
Octal 316 0 107
Decimal 206 0 71
Hex CE 0 47

RGB Percentages of Color #ce0047

%74.37
%0.00
%25.63

CMYK Percentages of Color #ce0047

%0
%100
%66
%19

Triadic Colors of #ce0047

#ce0047 #47ce00 #0047ce

Analogous Colors of #ce0047

#ce0047 #ce2000 #ce00ae

Monochromatic Colors of #ce0047

#ce0047

Complementary Color

#ce0047 #00ce87

#ce0047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0047 Color CSS Codes

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

#ce0047 Text Font Color

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

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


#ce0047 Background Color

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

This div background color is #ce0047


#ce0047 Border Color

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

This div border color is #ce0047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0047


Comments

No comments written yet.

Please login to write comment.