Color Hex Logo

#ce66bf Color Hex

#CE66BF
(206,102,191)
0 Favorites   0 Comments

Color spaces of #ce66bf

RGB 206102191
HSL0.860.510.60
HSV309°50°81°
CMYK 0.000.500.07   0.19
XYZ39.608926.386152.2956
Yxy26.38610.33480.2231
Hunter Lab51.367447.7466-24.4042
CIE-Lab58.401752.7721-28.3476

#ce66bf color RGB value is (206,102,191).

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

The process color (four color CMYK) of #ce66bf color hex is 0.00, 0.50, 0.07, 0.19. Web safe color of #ce66bf is #cc66cc. Color #ce66bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100110 10111111
Octal 316 146 277
Decimal 206 102 191
Hex CE 66 BF

RGB Percentages of Color #ce66bf

%41.28
%20.44
%38.28

CMYK Percentages of Color #ce66bf

%0
%50
%7
%19

Triadic Colors of #ce66bf

#ce66bf #bfce66 #66bfce

Analogous Colors of #ce66bf

#ce66bf #ce668b #a966ce

Monochromatic Colors of #ce66bf

#ce66bf

Complementary Color

#ce66bf #66ce75

#ce66bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce66bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce66bf Color CSS Codes

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

#ce66bf Text Font Color

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

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


#ce66bf Background Color

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

This div background color is #ce66bf


#ce66bf Border Color

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

This div border color is #ce66bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce66bf


Comments

No comments written yet.

Please login to write comment.