Color Hex Logo

#ce467e Color Hex

#CE467E
(206,70,126)
0 Favorites   0 Comments

Color spaces of #ce467e

RGB 20670126
HSL0.930.580.54
HSV335°66°81°
CMYK 0.000.660.39   0.19
XYZ31.409719.008521.7522
Yxy19.00850.43520.2634
Hunter Lab43.598752.29840.9383
CIE-Lab50.697158.1956-1.9219

#ce467e color RGB value is (206,70,126).

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

The process color (four color CMYK) of #ce467e color hex is 0.00, 0.66, 0.39, 0.19. Web safe color of #ce467e is #cc3366. Color #ce467e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 01111110
Octal 316 106 176
Decimal 206 70 126
Hex CE 46 7E

RGB Percentages of Color #ce467e

%51.24
%17.41
%31.34

CMYK Percentages of Color #ce467e

%0
%66
%39
%19

Triadic Colors of #ce467e

#ce467e #7ece46 #467ece

Analogous Colors of #ce467e

#ce467e #ce5246 #ce46c2

Monochromatic Colors of #ce467e

#ce467e

Complementary Color

#ce467e #46ce96

#ce467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce467e Color CSS Codes

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

#ce467e Text Font Color

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

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


#ce467e Background Color

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

This div background color is #ce467e


#ce467e Border Color

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

This div border color is #ce467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce467e


Comments

No comments written yet.

Please login to write comment.