Color Hex Logo

#ce327c Color Hex

#CE327C
(206,50,124)
0 Favorites   0 Comments

Color spaces of #ce327c

RGB 20650124
HSL0.920.610.50
HSV332°76°81°
CMYK 0.000.760.40   0.19
XYZ30.232316.858320.7293
Yxy16.85830.44580.2486
Hunter Lab41.058959.5794-1.1924
CIE-Lab48.081065.0977-4.5704

#ce327c color RGB value is (206,50,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01111100
Octal 316 62 174
Decimal 206 50 124
Hex CE 32 7C

RGB Percentages of Color #ce327c

%54.21
%13.16
%32.63

CMYK Percentages of Color #ce327c

%0
%76
%40
%19

Triadic Colors of #ce327c

#ce327c #7cce32 #327cce

Analogous Colors of #ce327c

#ce327c #ce3632 #ce32ca

Monochromatic Colors of #ce327c

#ce327c

Complementary Color

#ce327c #32ce84

#ce327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce327c Color CSS Codes

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

#ce327c Text Font Color

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

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


#ce327c Background Color

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

This div background color is #ce327c


#ce327c Border Color

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

This div border color is #ce327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce327c


Comments

No comments written yet.

Please login to write comment.