Color Hex Logo

#ce327a Color Hex

#CE327A
(206,50,122)
0 Favorites   0 Comments

Color spaces of #ce327a

RGB 20650122
HSL0.920.610.50
HSV332°76°81°
CMYK 0.000.760.41   0.19
XYZ30.107116.808220.0698
Yxy16.80820.44950.2509
Hunter Lab40.997859.3369-0.3260
CIE-Lab48.017564.8998-3.4466

#ce327a color RGB value is (206,50,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01111010
Octal 316 62 172
Decimal 206 50 122
Hex CE 32 7A

RGB Percentages of Color #ce327a

%54.50
%13.23
%32.28

CMYK Percentages of Color #ce327a

%0
%76
%41
%19

Triadic Colors of #ce327a

#ce327a #7ace32 #327ace

Analogous Colors of #ce327a

#ce327a #ce3832 #ce32c8

Monochromatic Colors of #ce327a

#ce327a

Complementary Color

#ce327a #32ce86

#ce327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce327a Color CSS Codes

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

#ce327a Text Font Color

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

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


#ce327a Background Color

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

This div background color is #ce327a


#ce327a Border Color

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

This div border color is #ce327a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce327a


Comments

No comments written yet.

Please login to write comment.