Color Hex Logo

#ce073d Color Hex

#CE073D
(206,7,61)
0 Favorites   0 Comments

Color spaces of #ce073d

RGB 206761
HSL0.950.930.42
HSV344°97°81°
CMYK 0.000.970.70   0.19
XYZ26.371913.61075.6521
Yxy13.61070.57790.2983
Hunter Lab36.892763.034516.7414
CIE-Lab43.669468.919628.2712

#ce073d color RGB value is (206,7,61).

#ce073d hex color red value is 206, green value is 7 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ce073d hue: 0.95 , saturation: 0.93 and the lightness value of ce073d is 0.42.

The process color (four color CMYK) of #ce073d color hex is 0.00, 0.97, 0.70, 0.19. Web safe color of #ce073d is #cc0033. Color #ce073d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000111 00111101
Octal 316 7 75
Decimal 206 7 61
Hex CE 7 3D

RGB Percentages of Color #ce073d

%75.18
%2.55
%22.26

CMYK Percentages of Color #ce073d

%0
%97
%70
%19

Triadic Colors of #ce073d

#ce073d #3dce07 #073dce

Analogous Colors of #ce073d

#ce073d #ce3407 #ce07a1

Monochromatic Colors of #ce073d

#ce073d

Complementary Color

#ce073d #07ce98

#ce073d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce073d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce073d Color CSS Codes

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

#ce073d Text Font Color

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

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


#ce073d Background Color

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

This div background color is #ce073d


#ce073d Border Color

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

This div border color is #ce073d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce073d


Comments

No comments written yet.

Please login to write comment.