Color Hex Logo

#ce69be Color Hex

#CE69BE
(206,105,190)
0 Favorites   0 Comments

Color spaces of #ce69be

RGB 206105190
HSL0.860.510.61
HSV310°49°81°
CMYK 0.000.490.08   0.19
XYZ39.799426.942751.8180
Yxy26.94270.33570.2272
Hunter Lab51.906446.0294-22.8546
CIE-Lab58.921351.1305-26.9736

#ce69be color RGB value is (206,105,190).

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

The process color (four color CMYK) of #ce69be color hex is 0.00, 0.49, 0.08, 0.19. Web safe color of #ce69be is #cc66cc. Color #ce69be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 10111110
Octal 316 151 276
Decimal 206 105 190
Hex CE 69 BE

RGB Percentages of Color #ce69be

%41.12
%20.96
%37.92

CMYK Percentages of Color #ce69be

%0
%49
%8
%19

Triadic Colors of #ce69be

#ce69be #bece69 #69bece

Analogous Colors of #ce69be

#ce69be #ce698c #ac69ce

Monochromatic Colors of #ce69be

#ce69be

Complementary Color

#ce69be #69ce79

#ce69be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce69be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce69be Color CSS Codes

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

#ce69be Text Font Color

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

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


#ce69be Background Color

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

This div background color is #ce69be


#ce69be Border Color

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

This div border color is #ce69be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce69be


Comments

No comments written yet.

Please login to write comment.