Color Hex Logo

#ce1553 Color Hex

#CE1553
(206,21,83)
0 Favorites   0 Comments

Color spaces of #ce1553

RGB 2062183
HSL0.940.810.45
HSV340°90°81°
CMYK 0.000.900.60   0.19
XYZ27.283114.28279.5025
Yxy14.28270.53420.2797
Hunter Lab37.792562.725811.5469
CIE-Lab44.635768.468115.8308

#ce1553 color RGB value is (206,21,83).

#ce1553 hex color red value is 206, green value is 21 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ce1553 hue: 0.94 , saturation: 0.81 and the lightness value of ce1553 is 0.45.

The process color (four color CMYK) of #ce1553 color hex is 0.00, 0.90, 0.60, 0.19. Web safe color of #ce1553 is #cc0066. Color #ce1553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010101 01010011
Octal 316 25 123
Decimal 206 21 83
Hex CE 15 53

RGB Percentages of Color #ce1553

%66.45
%6.77
%26.77

CMYK Percentages of Color #ce1553

%0
%90
%60
%19

Triadic Colors of #ce1553

#ce1553 #53ce15 #1553ce

Analogous Colors of #ce1553

#ce1553 #ce3415 #ce15b0

Monochromatic Colors of #ce1553

#ce1553

Complementary Color

#ce1553 #15ce90

#ce1553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1553 Color CSS Codes

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

#ce1553 Text Font Color

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

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


#ce1553 Background Color

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

This div background color is #ce1553


#ce1553 Border Color

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

This div border color is #ce1553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1553


Comments

No comments written yet.

Please login to write comment.