Color Hex Logo

#ce719a Color Hex

#CE719A
(206,113,154)
0 Favorites   0 Comments

Color spaces of #ce719a

RGB 206113154
HSL0.930.490.63
HSV334°45°81°
CMYK 0.000.450.25   0.19
XYZ37.191527.265233.8743
Yxy27.26520.37820.2773
Hunter Lab52.216135.7605-1.9121
CIE-Lab59.219041.4915-5.8310

#ce719a color RGB value is (206,113,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110001 10011010
Octal 316 161 232
Decimal 206 113 154
Hex CE 71 9A

RGB Percentages of Color #ce719a

%43.55
%23.89
%32.56

CMYK Percentages of Color #ce719a

%0
%45
%25
%19

Triadic Colors of #ce719a

#ce719a #9ace71 #719ace

Analogous Colors of #ce719a

#ce719a #ce7771 #ce71c9

Monochromatic Colors of #ce719a

#ce719a

Complementary Color

#ce719a #71cea5

#ce719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce719a Color CSS Codes

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

#ce719a Text Font Color

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

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


#ce719a Background Color

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

This div background color is #ce719a


#ce719a Border Color

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

This div border color is #ce719a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce719a

#ce719a Color Palettes


Comments

No comments written yet.

Please login to write comment.