Color Hex Logo

#ce063d Color Hex

#CE063D
(206,6,61)
0 Favorites   0 Comments

Color spaces of #ce063d

RGB 206661
HSL0.950.940.42
HSV344°97°81°
CMYK 0.000.970.70   0.19
XYZ26.361013.58905.6484
Yxy13.58900.57810.2980
Hunter Lab36.863363.135016.7195
CIE-Lab43.637669.011428.2328

#ce063d color RGB value is (206,6,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 00111101
Octal 316 6 75
Decimal 206 6 61
Hex CE 6 3D

RGB Percentages of Color #ce063d

%75.46
%2.20
%22.34

CMYK Percentages of Color #ce063d

%0
%97
%70
%19

Triadic Colors of #ce063d

#ce063d #3dce06 #063dce

Analogous Colors of #ce063d

#ce063d #ce3306 #ce06a1

Monochromatic Colors of #ce063d

#ce063d

Complementary Color

#ce063d #06ce97

#ce063d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce063d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce063d Color CSS Codes

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

#ce063d Text Font Color

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

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


#ce063d Background Color

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

This div background color is #ce063d


#ce063d Border Color

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

This div border color is #ce063d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,6,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 #ce063d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce063d


Comments

No comments written yet.

Please login to write comment.