Color Hex Logo

#ce618e Color Hex

#CE618E
(206,97,142)
0 Favorites   0 Comments

Color spaces of #ce618e

RGB 20697142
HSL0.930.530.59
HSV335°53°81°
CMYK 0.000.530.31   0.19
XYZ34.610823.624228.3269
Yxy23.62420.39980.2729
Hunter Lab48.604742.0493-0.5310
CIE-Lab55.709647.9560-4.0389

#ce618e color RGB value is (206,97,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 10001110
Octal 316 141 216
Decimal 206 97 142
Hex CE 61 8E

RGB Percentages of Color #ce618e

%46.29
%21.80
%31.91

CMYK Percentages of Color #ce618e

%0
%53
%31
%19

Triadic Colors of #ce618e

#ce618e #8ece61 #618ece

Analogous Colors of #ce618e

#ce618e #ce6b61 #ce61c5

Monochromatic Colors of #ce618e

#ce618e

Complementary Color

#ce618e #61cea1

#ce618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce618e Color CSS Codes

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

#ce618e Text Font Color

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

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


#ce618e Background Color

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

This div background color is #ce618e


#ce618e Border Color

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

This div border color is #ce618e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce618e


Comments

No comments written yet.

Please login to write comment.