Color Hex Logo

#ce628c Color Hex

#CE628C
(206,98,140)
0 Favorites   0 Comments

Color spaces of #ce628c

RGB 20698140
HSL0.940.520.60
HSV337°52°81°
CMYK 0.000.520.32   0.19
XYZ34.554923.750627.5740
Yxy23.75060.40240.2766
Hunter Lab48.734641.27860.5680
CIE-Lab55.837247.2134-2.6775

#ce628c color RGB value is (206,98,140).

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

The process color (four color CMYK) of #ce628c color hex is 0.00, 0.52, 0.32, 0.19. Web safe color of #ce628c is #cc6699. Color #ce628c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 10001100
Octal 316 142 214
Decimal 206 98 140
Hex CE 62 8C

RGB Percentages of Color #ce628c

%46.40
%22.07
%31.53

CMYK Percentages of Color #ce628c

%0
%52
%32
%19

Triadic Colors of #ce628c

#ce628c #8cce62 #628cce

Analogous Colors of #ce628c

#ce628c #ce6e62 #ce62c2

Monochromatic Colors of #ce628c

#ce628c

Complementary Color

#ce628c #62cea4

#ce628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce628c Color CSS Codes

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

#ce628c Text Font Color

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

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


#ce628c Background Color

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

This div background color is #ce628c


#ce628c Border Color

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

This div border color is #ce628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce628c


Comments

No comments written yet.

Please login to write comment.