Color Hex Logo

#ce327b Color Hex

#CE327B
(206,50,123)
0 Favorites   0 Comments

Color spaces of #ce327b

RGB 20650123
HSL0.920.610.50
HSV332°76°81°
CMYK 0.000.760.40   0.19
XYZ30.169416.833120.3979
Yxy16.83310.44760.2497
Hunter Lab41.028259.4578-0.7574
CIE-Lab48.049064.9985-4.0090

#ce327b color RGB value is (206,50,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01111011
Octal 316 62 173
Decimal 206 50 123
Hex CE 32 7B

RGB Percentages of Color #ce327b

%54.35
%13.19
%32.45

CMYK Percentages of Color #ce327b

%0
%76
%40
%19

Triadic Colors of #ce327b

#ce327b #7bce32 #327bce

Analogous Colors of #ce327b

#ce327b #ce3732 #ce32c9

Monochromatic Colors of #ce327b

#ce327b

Complementary Color

#ce327b #32ce85

#ce327b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce327b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce327b Color CSS Codes

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

#ce327b Text Font Color

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

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


#ce327b Background Color

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

This div background color is #ce327b


#ce327b Border Color

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

This div border color is #ce327b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce327b


Comments

No comments written yet.

Please login to write comment.