Color Hex Logo

#ce033b Color Hex

#CE033B
(206,3,59)
0 Favorites   0 Comments

Color spaces of #ce033b

RGB 206359
HSL0.950.970.41
HSV343°99°81°
CMYK 0.000.990.71   0.19
XYZ26.275613.50275.3591
Yxy13.50270.58210.2991
Hunter Lab36.746063.332617.0753
CIE-Lab43.511169.204329.3105

#ce033b color RGB value is (206,3,59).

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

The process color (four color CMYK) of #ce033b color hex is 0.00, 0.99, 0.71, 0.19. Web safe color of #ce033b is #cc0033. Color #ce033b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 00111011
Octal 316 3 73
Decimal 206 3 59
Hex CE 3 3B

RGB Percentages of Color #ce033b

%76.87
%1.12
%22.01

CMYK Percentages of Color #ce033b

%0
%99
%71
%19

Triadic Colors of #ce033b

#ce033b #3bce03 #033bce

Analogous Colors of #ce033b

#ce033b #ce3103 #ce03a1

Monochromatic Colors of #ce033b

#ce033b

Complementary Color

#ce033b #03ce96

#ce033b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce033b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce033b Color CSS Codes

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

#ce033b Text Font Color

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

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


#ce033b Background Color

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

This div background color is #ce033b


#ce033b Border Color

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

This div border color is #ce033b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce033b


Comments

No comments written yet.

Please login to write comment.