Color Hex Logo

#ce148d Color Hex

#CE148D
(206,20,141)
0 Favorites   0 Comments

Color spaces of #ce148d

RGB 20620141
HSL0.890.820.44
HSV321°90°81°
CMYK 0.000.900.32   0.19
XYZ30.511515.545226.5917
Yxy15.54520.42000.2140
Hunter Lab39.427469.1370-12.3888
CIE-Lab46.372173.5113-17.4760

#ce148d color RGB value is (206,20,141).

#ce148d hex color red value is 206, green value is 20 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ce148d hue: 0.89 , saturation: 0.82 and the lightness value of ce148d is 0.44.

The process color (four color CMYK) of #ce148d color hex is 0.00, 0.90, 0.32, 0.19. Web safe color of #ce148d is #cc0099. Color #ce148d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 10001101
Octal 316 24 215
Decimal 206 20 141
Hex CE 14 8D

RGB Percentages of Color #ce148d

%56.13
%5.45
%38.42

CMYK Percentages of Color #ce148d

%0
%90
%32
%19

Triadic Colors of #ce148d

#ce148d #8dce14 #148dce

Analogous Colors of #ce148d

#ce148d #ce1430 #b214ce

Monochromatic Colors of #ce148d

#ce148d

Complementary Color

#ce148d #14ce55

#ce148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce148d Color CSS Codes

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

#ce148d Text Font Color

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

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


#ce148d Background Color

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

This div background color is #ce148d


#ce148d Border Color

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

This div border color is #ce148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce148d


Comments

No comments written yet.

Please login to write comment.