Color Hex Logo

#ce667f Color Hex

#CE667F
(206,102,127)
0 Favorites   0 Comments

Color spaces of #ce667f

RGB 206102127
HSL0.960.510.60
HSV346°50°81°
CMYK 0.000.500.38   0.19
XYZ34.035724.156922.9475
Yxy24.15690.41950.2977
Hunter Lab49.149737.59776.7228
CIE-Lab56.244543.66145.5391

#ce667f color RGB value is (206,102,127).

#ce667f hex color red value is 206, green value is 102 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ce667f hue: 0.96 , saturation: 0.51 and the lightness value of ce667f is 0.60.

The process color (four color CMYK) of #ce667f color hex is 0.00, 0.50, 0.38, 0.19. Web safe color of #ce667f is #cc6666. Color #ce667f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100110 01111111
Octal 316 146 177
Decimal 206 102 127
Hex CE 66 7F

RGB Percentages of Color #ce667f

%47.36
%23.45
%29.20

CMYK Percentages of Color #ce667f

%0
%50
%38
%19

Triadic Colors of #ce667f

#ce667f #7fce66 #667fce

Analogous Colors of #ce667f

#ce667f #ce8166 #ce66b3

Monochromatic Colors of #ce667f

#ce667f

Complementary Color

#ce667f #66ceb5

#ce667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce667f Color CSS Codes

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

#ce667f Text Font Color

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

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


#ce667f Background Color

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

This div background color is #ce667f


#ce667f Border Color

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

This div border color is #ce667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce667f


Comments

No comments written yet.

Please login to write comment.