Color Hex Logo

#ce467a Color Hex

#CE467A
(206,70,122)
0 Favorites   0 Comments

Color spaces of #ce467a

RGB 20670122
HSL0.940.580.54
HSV337°66°81°
CMYK 0.000.660.41   0.19
XYZ31.156618.907320.4197
Yxy18.90730.44200.2683
Hunter Lab43.482551.80652.5948
CIE-Lab50.578657.77570.3115

#ce467a color RGB value is (206,70,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 01111010
Octal 316 106 172
Decimal 206 70 122
Hex CE 46 7A

RGB Percentages of Color #ce467a

%51.76
%17.59
%30.65

CMYK Percentages of Color #ce467a

%0
%66
%41
%19

Triadic Colors of #ce467a

#ce467a #7ace46 #467ace

Analogous Colors of #ce467a

#ce467a #ce5646 #ce46be

Monochromatic Colors of #ce467a

#ce467a

Complementary Color

#ce467a #46ce9a

#ce467a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce467a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce467a Color CSS Codes

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

#ce467a Text Font Color

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

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


#ce467a Background Color

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

This div background color is #ce467a


#ce467a Border Color

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

This div border color is #ce467a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce467a


Comments

No comments written yet.

Please login to write comment.