Color Hex Logo

#ce165e Color Hex

#CE165E
(206,22,94)
0 Favorites   0 Comments

Color spaces of #ce165e

RGB 2062294
HSL0.930.810.45
HSV337°89°81°
CMYK 0.000.890.54   0.19
XYZ27.760914.503811.9260
Yxy14.50380.51230.2676
Hunter Lab38.083963.46938.0920
CIE-Lab44.946969.04069.3891

#ce165e color RGB value is (206,22,94).

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

The process color (four color CMYK) of #ce165e color hex is 0.00, 0.89, 0.54, 0.19. Web safe color of #ce165e is #cc0066. Color #ce165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 01011110
Octal 316 26 136
Decimal 206 22 94
Hex CE 16 5E

RGB Percentages of Color #ce165e

%63.98
%6.83
%29.19

CMYK Percentages of Color #ce165e

%0
%89
%54
%19

Triadic Colors of #ce165e

#ce165e #5ece16 #165ece

Analogous Colors of #ce165e

#ce165e #ce2a16 #ce16ba

Monochromatic Colors of #ce165e

#ce165e

Complementary Color

#ce165e #16ce86

#ce165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce165e Color CSS Codes

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

#ce165e Text Font Color

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

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


#ce165e Background Color

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

This div background color is #ce165e


#ce165e Border Color

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

This div border color is #ce165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce165e


Comments

No comments written yet.

Please login to write comment.