Color Hex Logo

#ce72ad Color Hex

#CE72AD
(206,114,173)
0 Favorites   0 Comments

Color spaces of #ce72ad

RGB 206114173
HSL0.890.480.63
HSV322°45°81°
CMYK 0.000.450.16   0.19
XYZ39.013728.173642.9170
Yxy28.17360.35430.2559
Hunter Lab53.078838.3122-10.7839
CIE-Lab60.045343.8078-15.5277

#ce72ad color RGB value is (206,114,173).

#ce72ad hex color red value is 206, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce72ad hue: 0.89 , saturation: 0.48 and the lightness value of ce72ad is 0.63.

The process color (four color CMYK) of #ce72ad color hex is 0.00, 0.45, 0.16, 0.19. Web safe color of #ce72ad is #cc6699. Color #ce72ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 10101101
Octal 316 162 255
Decimal 206 114 173
Hex CE 72 AD

RGB Percentages of Color #ce72ad

%41.78
%23.12
%35.09

CMYK Percentages of Color #ce72ad

%0
%45
%16
%19

Triadic Colors of #ce72ad

#ce72ad #adce72 #72adce

Analogous Colors of #ce72ad

#ce72ad #ce727f #c172ce

Monochromatic Colors of #ce72ad

#ce72ad

Complementary Color

#ce72ad #72ce93

#ce72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce72ad Color CSS Codes

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

#ce72ad Text Font Color

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

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


#ce72ad Background Color

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

This div background color is #ce72ad


#ce72ad Border Color

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

This div border color is #ce72ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce72ad


Comments

No comments written yet.

Please login to write comment.