Color Hex Logo

#ce658e Color Hex

#CE658E
(206,101,142)
0 Favorites   0 Comments

Color spaces of #ce658e

RGB 206101142
HSL0.930.520.60
HSV337°51°81°
CMYK 0.000.510.31   0.19
XYZ34.989824.382228.4533
Yxy24.38220.39840.2776
Hunter Lab49.378340.07410.4001
CIE-Lab56.468445.9835-2.9201

#ce658e color RGB value is (206,101,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 10001110
Octal 316 145 216
Decimal 206 101 142
Hex CE 65 8E

RGB Percentages of Color #ce658e

%45.88
%22.49
%31.63

CMYK Percentages of Color #ce658e

%0
%51
%31
%19

Triadic Colors of #ce658e

#ce658e #8ece65 #658ece

Analogous Colors of #ce658e

#ce658e #ce7165 #ce65c3

Monochromatic Colors of #ce658e

#ce658e

Complementary Color

#ce658e #65cea5

#ce658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce658e Color CSS Codes

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

#ce658e Text Font Color

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

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


#ce658e Background Color

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

This div background color is #ce658e


#ce658e Border Color

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

This div border color is #ce658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce658e


Comments

No comments written yet.

Please login to write comment.