Color Hex Logo

#ce326e Color Hex

#CE326E
(206,50,110)
0 Favorites   0 Comments

Color spaces of #ce326e

RGB 20650110
HSL0.940.610.50
HSV337°76°81°
CMYK 0.000.760.47   0.19
XYZ29.408716.528816.3922
Yxy16.52880.47180.2652
Hunter Lab40.655657.97264.5534
CIE-Lab47.660863.78123.3646

#ce326e color RGB value is (206,50,110).

#ce326e hex color red value is 206, green value is 50 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ce326e hue: 0.94 , saturation: 0.61 and the lightness value of ce326e is 0.50.

The process color (four color CMYK) of #ce326e color hex is 0.00, 0.76, 0.47, 0.19. Web safe color of #ce326e is #cc3366. Color #ce326e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01101110
Octal 316 62 156
Decimal 206 50 110
Hex CE 32 6E

RGB Percentages of Color #ce326e

%56.28
%13.66
%30.05

CMYK Percentages of Color #ce326e

%0
%76
%47
%19

Triadic Colors of #ce326e

#ce326e #6ece32 #326ece

Analogous Colors of #ce326e

#ce326e #ce4432 #ce32bc

Monochromatic Colors of #ce326e

#ce326e

Complementary Color

#ce326e #32ce92

#ce326e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce326e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce326e Color CSS Codes

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

#ce326e Text Font Color

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

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


#ce326e Background Color

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

This div background color is #ce326e


#ce326e Border Color

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

This div border color is #ce326e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce326e


Comments

No comments written yet.

Please login to write comment.