Color Hex Logo

#ce114f Color Hex

#CE114F
(206,17,79)
0 Favorites   0 Comments

Color spaces of #ce114f

RGB 2061779
HSL0.950.850.44
HSV340°92°81°
CMYK 0.000.920.62   0.19
XYZ27.065314.08728.6897
Yxy14.08720.54300.2826
Hunter Lab37.532963.035212.5461
CIE-Lab44.357768.786117.9568

#ce114f color RGB value is (206,17,79).

#ce114f hex color red value is 206, green value is 17 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce114f hue: 0.95 , saturation: 0.85 and the lightness value of ce114f is 0.44.

The process color (four color CMYK) of #ce114f color hex is 0.00, 0.92, 0.62, 0.19. Web safe color of #ce114f is #cc0066. Color #ce114f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 01001111
Octal 316 21 117
Decimal 206 17 79
Hex CE 11 4F

RGB Percentages of Color #ce114f

%68.21
%5.63
%26.16

CMYK Percentages of Color #ce114f

%0
%92
%62
%19

Triadic Colors of #ce114f

#ce114f #4fce11 #114fce

Analogous Colors of #ce114f

#ce114f #ce3211 #ce11ae

Monochromatic Colors of #ce114f

#ce114f

Complementary Color

#ce114f #11ce90

#ce114f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce114f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce114f Color CSS Codes

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

#ce114f Text Font Color

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

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


#ce114f Background Color

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

This div background color is #ce114f


#ce114f Border Color

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

This div border color is #ce114f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce114f


Comments

No comments written yet.

Please login to write comment.