Color Hex Logo

#ce182f Color Hex

#CE182F
(206,24,47)
0 Favorites   0 Comments

Color spaces of #ce182f

RGB 2062447
HSL0.980.790.45
HSV352°88°81°
CMYK 0.000.880.77   0.19
XYZ26.293313.98034.0020
Yxy13.98030.59390.3158
Hunter Lab37.390260.090619.8272
CIE-Lab44.204766.288037.3041

#ce182f color RGB value is (206,24,47).

#ce182f hex color red value is 206, green value is 24 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ce182f hue: 0.98 , saturation: 0.79 and the lightness value of ce182f is 0.45.

The process color (four color CMYK) of #ce182f color hex is 0.00, 0.88, 0.77, 0.19. Web safe color of #ce182f is #cc0033. Color #ce182f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011000 00101111
Octal 316 30 57
Decimal 206 24 47
Hex CE 18 2F

RGB Percentages of Color #ce182f

%74.37
%8.66
%16.97

CMYK Percentages of Color #ce182f

%0
%88
%77
%19

Triadic Colors of #ce182f

#ce182f #2fce18 #182fce

Analogous Colors of #ce182f

#ce182f #ce5c18 #ce188a

Monochromatic Colors of #ce182f

#ce182f

Complementary Color

#ce182f #18ceb7

#ce182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce182f Color CSS Codes

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

#ce182f Text Font Color

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

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


#ce182f Background Color

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

This div background color is #ce182f


#ce182f Border Color

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

This div border color is #ce182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce182f


Comments

No comments written yet.

Please login to write comment.