Color Hex Logo

#ce0153 Color Hex

#CE0153
(206,1,83)
0 Favorites   0 Comments

Color spaces of #ce0153

RGB 206183
HSL0.930.990.41
HSV336°100°81°
CMYK 0.001.000.60   0.19
XYZ27.025813.76819.4167
Yxy13.76810.53820.2742
Hunter Lab37.105465.076510.9270
CIE-Lab43.898570.605414.8277

#ce0153 color RGB value is (206,1,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 01010011
Octal 316 1 123
Decimal 206 1 83
Hex CE 1 53

RGB Percentages of Color #ce0153

%71.03
%0.34
%28.62

CMYK Percentages of Color #ce0153

%0
%100
%60
%19

Triadic Colors of #ce0153

#ce0153 #53ce01 #0153ce

Analogous Colors of #ce0153

#ce0153 #ce1601 #ce01ba

Monochromatic Colors of #ce0153

#ce0153

Complementary Color

#ce0153 #01ce7c

#ce0153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0153 Color CSS Codes

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

#ce0153 Text Font Color

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

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


#ce0153 Background Color

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

This div background color is #ce0153


#ce0153 Border Color

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

This div border color is #ce0153


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,1,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 #ce0153">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0153


Comments

No comments written yet.

Please login to write comment.