Color Hex Logo

#ce1371 Color Hex

#CE1371
(206,19,113)
0 Favorites   0 Comments

Color spaces of #ce1371

RGB 20619113
HSL0.920.830.44
HSV330°91°81°
CMYK 0.000.910.45   0.19
XYZ28.667114.779816.9646
Yxy14.77980.47450.2447
Hunter Lab38.444565.82510.7480
CIE-Lab45.331170.9558-1.8763

#ce1371 color RGB value is (206,19,113).

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

The process color (four color CMYK) of #ce1371 color hex is 0.00, 0.91, 0.45, 0.19. Web safe color of #ce1371 is #cc0066. Color #ce1371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 01110001
Octal 316 23 161
Decimal 206 19 113
Hex CE 13 71

RGB Percentages of Color #ce1371

%60.95
%5.62
%33.43

CMYK Percentages of Color #ce1371

%0
%91
%45
%19

Triadic Colors of #ce1371

#ce1371 #71ce13 #1371ce

Analogous Colors of #ce1371

#ce1371 #ce1313 #ce13ce

Monochromatic Colors of #ce1371

#ce1371

Complementary Color

#ce1371 #13ce70

#ce1371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1371 Color CSS Codes

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

#ce1371 Text Font Color

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

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


#ce1371 Background Color

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

This div background color is #ce1371


#ce1371 Border Color

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

This div border color is #ce1371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1371


Comments

No comments written yet.

Please login to write comment.