Color Hex Logo

#ce468e Color Hex

#CE468E
(206,70,142)
0 Favorites   0 Comments

Color spaces of #ce468e

RGB 20670142
HSL0.910.580.54
HSV328°66°81°
CMYK 0.000.660.31   0.19
XYZ32.526219.455127.6321
Yxy19.45510.40860.2444
Hunter Lab44.107954.4411-6.2676
CIE-Lab51.215560.0099-10.7349

#ce468e color RGB value is (206,70,142).

#ce468e hex color red value is 206, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ce468e hue: 0.91 , saturation: 0.58 and the lightness value of ce468e is 0.54.

The process color (four color CMYK) of #ce468e color hex is 0.00, 0.66, 0.31, 0.19. Web safe color of #ce468e is #cc3399. Color #ce468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 10001110
Octal 316 106 216
Decimal 206 70 142
Hex CE 46 8E

RGB Percentages of Color #ce468e

%49.28
%16.75
%33.97

CMYK Percentages of Color #ce468e

%0
%66
%31
%19

Triadic Colors of #ce468e

#ce468e #8ece46 #468ece

Analogous Colors of #ce468e

#ce468e #ce464a #ca46ce

Monochromatic Colors of #ce468e

#ce468e

Complementary Color

#ce468e #46ce86

#ce468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce468e Color CSS Codes

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

#ce468e Text Font Color

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

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


#ce468e Background Color

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

This div background color is #ce468e


#ce468e Border Color

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

This div border color is #ce468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce468e


Comments

No comments written yet.

Please login to write comment.