Color Hex Logo

#ffcfe7 Color Hex

#FFCFE7
(255,207,231)
0 Favorites   0 Comments

Color spaces of #ffcfe7

RGB 255207231
HSL0.921.000.91
HSV330°19°100°
CMYK 0.000.190.09   0.00
XYZ77.976671.655285.3223
Yxy71.65520.33190.3050
Hunter Lab84.649416.2927-0.5067
CIE-Lab87.802420.6473-5.4176

#ffcfe7 color RGB value is (255,207,231).

#ffcfe7 hex color red value is 255, green value is 207 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ffcfe7 hue: 0.92 , saturation: 1.00 and the lightness value of ffcfe7 is 0.91.

The process color (four color CMYK) of #ffcfe7 color hex is 0.00, 0.19, 0.09, 0.00. Web safe color of #ffcfe7 is #ffccff. Color #ffcfe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11100111
Octal 377 317 347
Decimal 255 207 231
Hex FF CF E7

RGB Percentages of Color #ffcfe7

%36.80
%29.87
%33.33

CMYK Percentages of Color #ffcfe7

%0
%19
%9
%0

Triadic Colors of #ffcfe7

#ffcfe7 #e7ffcf #cfe7ff

Analogous Colors of #ffcfe7

#ffcfe7 #ffcfcf #ffcfff

Monochromatic Colors of #ffcfe7

#ffcfe7

Complementary Color

#ffcfe7 #cfffe7

#ffcfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfe7 Color CSS Codes

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

#ffcfe7 Text Font Color

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

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


#ffcfe7 Background Color

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

This div background color is #ffcfe7


#ffcfe7 Border Color

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

This div border color is #ffcfe7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,207,231, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffcfe7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffcfe7;
  -webkit-box-shadow: 1px 1px 3px 2px #ffcfe7;
  box-shadow:         1px 1px 3px 2px #ffcfe7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,207,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfe7

Related Colors


Comments

No comments written yet.

Please login to write comment.