Color Hex Logo

#ce233e Color Hex

#CE233E
(206,35,62)
0 Favorites   0 Comments

Color spaces of #ce233e

RGB 2063562
HSL0.970.710.47
HSV351°83°81°
CMYK 0.000.830.70   0.19
XYZ26.924114.67175.9703
Yxy14.67170.56600.3084
Hunter Lab38.303758.438417.5712
CIE-Lab45.181264.663529.5032

#ce233e color RGB value is (206,35,62).

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

The process color (four color CMYK) of #ce233e color hex is 0.00, 0.83, 0.70, 0.19. Web safe color of #ce233e is #cc3333. Color #ce233e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 00111110
Octal 316 43 76
Decimal 206 35 62
Hex CE 23 3E

RGB Percentages of Color #ce233e

%67.99
%11.55
%20.46

CMYK Percentages of Color #ce233e

%0
%83
%70
%19

Triadic Colors of #ce233e

#ce233e #3ece23 #233ece

Analogous Colors of #ce233e

#ce233e #ce5e23 #ce2394

Monochromatic Colors of #ce233e

#ce233e

Complementary Color

#ce233e #23ceb3

#ce233e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce233e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce233e Color CSS Codes

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

#ce233e Text Font Color

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

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


#ce233e Background Color

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

This div background color is #ce233e


#ce233e Border Color

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

This div border color is #ce233e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce233e


Comments

No comments written yet.

Please login to write comment.