Color Hex Logo

#ce619a Color Hex

#CE619A
(206,97,154)
0 Favorites   0 Comments

Color spaces of #ce619a

RGB 20697154
HSL0.910.530.59
HSV329°53°81°
CMYK 0.000.530.25   0.19
XYZ35.561024.004333.3309
Yxy24.00430.38280.2584
Hunter Lab48.994243.8192-6.0392
CIE-Lab56.092149.5451-10.4937

#ce619a color RGB value is (206,97,154).

#ce619a hex color red value is 206, green value is 97 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ce619a hue: 0.91 , saturation: 0.53 and the lightness value of ce619a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 10011010
Octal 316 141 232
Decimal 206 97 154
Hex CE 61 9A

RGB Percentages of Color #ce619a

%45.08
%21.23
%33.70

CMYK Percentages of Color #ce619a

%0
%53
%25
%19

Triadic Colors of #ce619a

#ce619a #9ace61 #619ace

Analogous Colors of #ce619a

#ce619a #ce6164 #cc61ce

Monochromatic Colors of #ce619a

#ce619a

Complementary Color

#ce619a #61ce95

#ce619a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce619a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce619a Color CSS Codes

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

#ce619a Text Font Color

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

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


#ce619a Background Color

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

This div background color is #ce619a


#ce619a Border Color

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

This div border color is #ce619a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,97,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 #ce619a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce619a


Comments

No comments written yet.

Please login to write comment.