Color Hex Logo

#ce44ac Color Hex

#CE44AC
(206,68,172)
0 Favorites   0 Comments

Color spaces of #ce44ac

RGB 20668172
HSL0.870.580.54
HSV315°67°81°
CMYK 0.000.670.17   0.19
XYZ34.967120.234641.0924
Yxy20.23460.36310.2101
Hunter Lab44.982960.0356-22.6741
CIE-Lab52.101464.7293-27.1157

#ce44ac color RGB value is (206,68,172).

#ce44ac hex color red value is 206, green value is 68 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ce44ac hue: 0.87 , saturation: 0.58 and the lightness value of ce44ac is 0.54.

The process color (four color CMYK) of #ce44ac color hex is 0.00, 0.67, 0.17, 0.19. Web safe color of #ce44ac is #cc3399. Color #ce44ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000100 10101100
Octal 316 104 254
Decimal 206 68 172
Hex CE 44 AC

RGB Percentages of Color #ce44ac

%46.19
%15.25
%38.57

CMYK Percentages of Color #ce44ac

%0
%67
%17
%19

Triadic Colors of #ce44ac

#ce44ac #acce44 #44acce

Analogous Colors of #ce44ac

#ce44ac #ce4467 #ab44ce

Monochromatic Colors of #ce44ac

#ce44ac

Complementary Color

#ce44ac #44ce66

#ce44ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce44ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce44ac Color CSS Codes

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

#ce44ac Text Font Color

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

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


#ce44ac Background Color

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

This div background color is #ce44ac


#ce44ac Border Color

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

This div border color is #ce44ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce44ac


Comments

No comments written yet.

Please login to write comment.