Color Hex Logo

#ce749b Color Hex

#CE749B
(206,116,155)
0 Favorites   0 Comments

Color spaces of #ce749b

RGB 206116155
HSL0.930.480.63
HSV334°44°81°
CMYK 0.000.440.25   0.19
XYZ37.615427.979234.4283
Yxy27.97920.37610.2797
Hunter Lab52.895434.3695-1.5637
CIE-Lab59.869940.0699-5.4435

#ce749b color RGB value is (206,116,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 10011011
Octal 316 164 233
Decimal 206 116 155
Hex CE 74 9B

RGB Percentages of Color #ce749b

%43.19
%24.32
%32.49

CMYK Percentages of Color #ce749b

%0
%44
%25
%19

Triadic Colors of #ce749b

#ce749b #9bce74 #749bce

Analogous Colors of #ce749b

#ce749b #ce7a74 #ce74c8

Monochromatic Colors of #ce749b

#ce749b

Complementary Color

#ce749b #74cea7

#ce749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce749b Color CSS Codes

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

#ce749b Text Font Color

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

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


#ce749b Background Color

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

This div background color is #ce749b


#ce749b Border Color

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

This div border color is #ce749b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce749b


Comments

No comments written yet.

Please login to write comment.