Color Hex Logo

#ce468c Color Hex

#CE468C
(206,70,140)
0 Favorites   0 Comments

Color spaces of #ce468c

RGB 20670140
HSL0.910.580.54
HSV329°66°81°
CMYK 0.000.660.32   0.19
XYZ32.377419.395626.8482
Yxy19.39560.41180.2467
Hunter Lab44.040454.1579-5.3164
CIE-Lab51.146959.7714-9.6442

#ce468c color RGB value is (206,70,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 10001100
Octal 316 106 214
Decimal 206 70 140
Hex CE 46 8C

RGB Percentages of Color #ce468c

%49.52
%16.83
%33.65

CMYK Percentages of Color #ce468c

%0
%66
%32
%19

Triadic Colors of #ce468c

#ce468c #8cce46 #468cce

Analogous Colors of #ce468c

#ce468c #ce4648 #cc46ce

Monochromatic Colors of #ce468c

#ce468c

Complementary Color

#ce468c #46ce88

#ce468c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce468c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce468c Color CSS Codes

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

#ce468c Text Font Color

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

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


#ce468c Background Color

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

This div background color is #ce468c


#ce468c Border Color

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

This div border color is #ce468c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce468c


Comments

No comments written yet.

Please login to write comment.