Color Hex Logo

#ce1392 Color Hex

#CE1392
(206,19,146)
0 Favorites   0 Comments

Color spaces of #ce1392

RGB 20619146
HSL0.890.830.44
HSV319°91°81°
CMYK 0.000.910.29   0.19
XYZ30.874815.662928.5901
Yxy15.66290.41100.2085
Hunter Lab39.576469.9949-15.1278
CIE-Lab46.529174.1879-20.2616

#ce1392 color RGB value is (206,19,146).

#ce1392 hex color red value is 206, green value is 19 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ce1392 hue: 0.89 , saturation: 0.83 and the lightness value of ce1392 is 0.44.

The process color (four color CMYK) of #ce1392 color hex is 0.00, 0.91, 0.29, 0.19. Web safe color of #ce1392 is #cc0099. Color #ce1392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 10010010
Octal 316 23 222
Decimal 206 19 146
Hex CE 13 92

RGB Percentages of Color #ce1392

%55.53
%5.12
%39.35

CMYK Percentages of Color #ce1392

%0
%91
%29
%19

Triadic Colors of #ce1392

#ce1392 #92ce13 #1392ce

Analogous Colors of #ce1392

#ce1392 #ce1335 #ad13ce

Monochromatic Colors of #ce1392

#ce1392

Complementary Color

#ce1392 #13ce4f

#ce1392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1392 Color CSS Codes

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

#ce1392 Text Font Color

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

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


#ce1392 Background Color

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

This div background color is #ce1392


#ce1392 Border Color

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

This div border color is #ce1392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1392


Comments

No comments written yet.

Please login to write comment.