Color Hex Logo

#ce315e Color Hex

#CE315E
(206,49,94)
0 Favorites   0 Comments

Color spaces of #ce315e

RGB 2064994
HSL0.950.620.50
HSV343°76°81°
CMYK 0.000.760.54   0.19
XYZ28.572316.126612.1965
Yxy16.12660.50220.2834
Hunter Lab40.157956.726010.1034
CIE-Lab47.140162.788212.4524

#ce315e color RGB value is (206,49,94).

#ce315e hex color red value is 206, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce315e hue: 0.95 , saturation: 0.62 and the lightness value of ce315e is 0.50.

The process color (four color CMYK) of #ce315e color hex is 0.00, 0.76, 0.54, 0.19. Web safe color of #ce315e is #cc3366. Color #ce315e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 01011110
Octal 316 61 136
Decimal 206 49 94
Hex CE 31 5E

RGB Percentages of Color #ce315e

%59.03
%14.04
%26.93

CMYK Percentages of Color #ce315e

%0
%76
%54
%19

Triadic Colors of #ce315e

#ce315e #5ece31 #315ece

Analogous Colors of #ce315e

#ce315e #ce5231 #ce31ad

Monochromatic Colors of #ce315e

#ce315e

Complementary Color

#ce315e #31cea1

#ce315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce315e Color CSS Codes

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

#ce315e Text Font Color

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

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


#ce315e Background Color

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

This div background color is #ce315e


#ce315e Border Color

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

This div border color is #ce315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce315e


Comments

No comments written yet.

Please login to write comment.