Color Hex Logo

#ce0123 Color Hex

#CE0123
(206,1,35)
0 Favorites   0 Comments

Color spaces of #ce0123

RGB 206135
HSL0.970.990.41
HSV350°100°81°
CMYK 0.001.000.83   0.19
XYZ25.767813.26492.7924
Yxy13.26490.61610.3172
Hunter Lab36.421062.551720.9489
CIE-Lab43.159768.607143.0198

#ce0123 color RGB value is (206,1,35).

#ce0123 hex color red value is 206, green value is 1 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ce0123 hue: 0.97 , saturation: 0.99 and the lightness value of ce0123 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 00100011
Octal 316 1 43
Decimal 206 1 35
Hex CE 1 23

RGB Percentages of Color #ce0123

%85.12
%0.41
%14.46

CMYK Percentages of Color #ce0123

%0
%100
%83
%19

Triadic Colors of #ce0123

#ce0123 #23ce01 #0123ce

Analogous Colors of #ce0123

#ce0123 #ce4601 #ce018a

Monochromatic Colors of #ce0123

#ce0123

Complementary Color

#ce0123 #01ceac

#ce0123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0123 Color CSS Codes

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

#ce0123 Text Font Color

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

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


#ce0123 Background Color

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

This div background color is #ce0123


#ce0123 Border Color

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

This div border color is #ce0123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0123


Comments

No comments written yet.

Please login to write comment.