Color Hex Logo

#ce336a Color Hex

#CE336A
(206,51,106)
0 Favorites   0 Comments

Color spaces of #ce336a

RGB 20651106
HSL0.940.610.50
HSV339°75°81°
CMYK 0.000.750.49   0.19
XYZ29.238916.530115.2852
Yxy16.53010.47890.2707
Hunter Lab40.657257.21936.1698
CIE-Lab47.662463.12185.8186

#ce336a color RGB value is (206,51,106).

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

The process color (four color CMYK) of #ce336a color hex is 0.00, 0.75, 0.49, 0.19. Web safe color of #ce336a is #cc3366. Color #ce336a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 01101010
Octal 316 63 152
Decimal 206 51 106
Hex CE 33 6A

RGB Percentages of Color #ce336a

%56.75
%14.05
%29.20

CMYK Percentages of Color #ce336a

%0
%75
%49
%19

Triadic Colors of #ce336a

#ce336a #6ace33 #336ace

Analogous Colors of #ce336a

#ce336a #ce4933 #ce33b8

Monochromatic Colors of #ce336a

#ce336a

Complementary Color

#ce336a #33ce97

#ce336a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce336a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce336a Color CSS Codes

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

#ce336a Text Font Color

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

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


#ce336a Background Color

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

This div background color is #ce336a


#ce336a Border Color

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

This div border color is #ce336a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce336a


Comments

No comments written yet.

Please login to write comment.