Color Hex Logo

#ce749e Color Hex

#CE749E
(206,116,158)
0 Favorites   0 Comments

Color spaces of #ce749e

RGB 206116158
HSL0.920.480.63
HSV332°44°81°
CMYK 0.000.440.23   0.19
XYZ37.870528.081235.7720
Yxy28.08120.37230.2761
Hunter Lab52.991734.8295-2.9295
CIE-Lab59.962040.5010-7.0348

#ce749e color RGB value is (206,116,158).

#ce749e hex color red value is 206, green value is 116 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ce749e hue: 0.92 , saturation: 0.48 and the lightness value of ce749e is 0.63.

The process color (four color CMYK) of #ce749e color hex is 0.00, 0.44, 0.23, 0.19. Web safe color of #ce749e is #cc6699. Color #ce749e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 10011110
Octal 316 164 236
Decimal 206 116 158
Hex CE 74 9E

RGB Percentages of Color #ce749e

%42.92
%24.17
%32.92

CMYK Percentages of Color #ce749e

%0
%44
%23
%19

Triadic Colors of #ce749e

#ce749e #9ece74 #749ece

Analogous Colors of #ce749e

#ce749e #ce7774 #ce74cb

Monochromatic Colors of #ce749e

#ce749e

Complementary Color

#ce749e #74cea4

#ce749e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce749e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce749e Color CSS Codes

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

#ce749e Text Font Color

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

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


#ce749e Background Color

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

This div background color is #ce749e


#ce749e Border Color

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

This div border color is #ce749e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce749e


Comments

No comments written yet.

Please login to write comment.