Color Hex Logo

#ce648e Color Hex

#CE648E
(206,100,142)
1 Favorites   0 Comments

Color spaces of #ce648e

RGB 206100142
HSL0.930.520.60
HSV336°51°81°
CMYK 0.000.510.31   0.19
XYZ34.893324.189128.4211
Yxy24.18910.39880.2764
Hunter Lab49.182440.57060.1657
CIE-Lab56.276646.4805-3.2026

#ce648e color RGB value is (206,100,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100100 10001110
Octal 316 144 216
Decimal 206 100 142
Hex CE 64 8E

RGB Percentages of Color #ce648e

%45.98
%22.32
%31.70

CMYK Percentages of Color #ce648e

%0
%51
%31
%19

Triadic Colors of #ce648e

#ce648e #8ece64 #648ece

Analogous Colors of #ce648e

#ce648e #ce6f64 #ce64c3

Monochromatic Colors of #ce648e

#ce648e

Complementary Color

#ce648e #64cea4

#ce648e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce648e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce648e Color CSS Codes

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

#ce648e Text Font Color

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

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


#ce648e Background Color

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

This div background color is #ce648e


#ce648e Border Color

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

This div border color is #ce648e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce648e


Comments

No comments written yet.

Please login to write comment.