Color Hex Logo

#ce69af Color Hex

#CE69AF
(206,105,175)
0 Favorites   0 Comments

Color spaces of #ce69af

RGB 206105175
HSL0.880.510.61
HSV318°49°81°
CMYK 0.000.490.15   0.19
XYZ38.243026.320143.6221
Yxy26.32010.35350.2433
Hunter Lab51.303143.2792-14.5010
CIE-Lab58.339648.6964-19.2671

#ce69af color RGB value is (206,105,175).

#ce69af hex color red value is 206, green value is 105 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ce69af hue: 0.88 , saturation: 0.51 and the lightness value of ce69af is 0.61.

The process color (four color CMYK) of #ce69af color hex is 0.00, 0.49, 0.15, 0.19. Web safe color of #ce69af is #cc6699. Color #ce69af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 10101111
Octal 316 151 257
Decimal 206 105 175
Hex CE 69 AF

RGB Percentages of Color #ce69af

%42.39
%21.60
%36.01

CMYK Percentages of Color #ce69af

%0
%49
%15
%19

Triadic Colors of #ce69af

#ce69af #afce69 #69afce

Analogous Colors of #ce69af

#ce69af #ce697d #bb69ce

Monochromatic Colors of #ce69af

#ce69af

Complementary Color

#ce69af #69ce88

#ce69af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce69af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce69af Color CSS Codes

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

#ce69af Text Font Color

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

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


#ce69af Background Color

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

This div background color is #ce69af


#ce69af Border Color

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

This div border color is #ce69af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce69af


Comments

No comments written yet.

Please login to write comment.