Color Hex Logo

#ce139b Color Hex

#CE139B
(206,19,155)
0 Favorites   0 Comments

Color spaces of #ce139b

RGB 20619155
HSL0.880.830.44
HSV316°91°81°
CMYK 0.000.910.25   0.19
XYZ31.602915.954132.4241
Yxy15.95410.39510.1995
Hunter Lab39.942671.3311-20.1699
CIE-Lab46.914275.2087-25.0840

#ce139b color RGB value is (206,19,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 10011011
Octal 316 23 233
Decimal 206 19 155
Hex CE 13 9B

RGB Percentages of Color #ce139b

%54.21
%5.00
%40.79

CMYK Percentages of Color #ce139b

%0
%91
%25
%19

Triadic Colors of #ce139b

#ce139b #9bce13 #139bce

Analogous Colors of #ce139b

#ce139b #ce133d #a413ce

Monochromatic Colors of #ce139b

#ce139b

Complementary Color

#ce139b #13ce46

#ce139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce139b Color CSS Codes

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

#ce139b Text Font Color

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

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


#ce139b Background Color

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

This div background color is #ce139b


#ce139b Border Color

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

This div border color is #ce139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce139b


Comments

No comments written yet.

Please login to write comment.