Color Hex Logo

#ce228d Color Hex

#CE228D
(206,34,141)
0 Favorites   0 Comments

Color spaces of #ce228d

RGB 20634141
HSL0.900.720.47
HSV323°83°81°
CMYK 0.000.830.32   0.19
XYZ30.833316.189026.6990
Yxy16.18900.41820.2196
Hunter Lab40.235666.3758-11.1780
CIE-Lab47.221571.0494-16.1794

#ce228d color RGB value is (206,34,141).

#ce228d hex color red value is 206, green value is 34 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ce228d hue: 0.90 , saturation: 0.72 and the lightness value of ce228d is 0.47.

The process color (four color CMYK) of #ce228d color hex is 0.00, 0.83, 0.32, 0.19. Web safe color of #ce228d is #cc3399. Color #ce228d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100010 10001101
Octal 316 42 215
Decimal 206 34 141
Hex CE 22 8D

RGB Percentages of Color #ce228d

%54.07
%8.92
%37.01

CMYK Percentages of Color #ce228d

%0
%83
%32
%19

Triadic Colors of #ce228d

#ce228d #8dce22 #228dce

Analogous Colors of #ce228d

#ce228d #ce2237 #b922ce

Monochromatic Colors of #ce228d

#ce228d

Complementary Color

#ce228d #22ce63

#ce228d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce228d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce228d Color CSS Codes

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

#ce228d Text Font Color

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

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


#ce228d Background Color

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

This div background color is #ce228d


#ce228d Border Color

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

This div border color is #ce228d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce228d


Comments

No comments written yet.

Please login to write comment.