Color Hex Logo

#cfc7e5 Color Hex

#CFC7E5
(207,199,229)
0 Favorites   0 Comments

Color spaces of #cfc7e5

RGB 207199229
HSL0.710.370.84
HSV256°13°90°
CMYK 0.100.130.00   0.10
XYZ60.298459.769482.4873
Yxy59.76940.29770.2951
Hunter Lab77.31073.9273-9.1425
CIE-Lab81.71278.4525-13.8518

#cfc7e5 color RGB value is (207,199,229).

#cfc7e5 hex color red value is 207, green value is 199 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cfc7e5 hue: 0.71 , saturation: 0.37 and the lightness value of cfc7e5 is 0.84.

The process color (four color CMYK) of #cfc7e5 color hex is 0.10, 0.13, 0.00, 0.10. Web safe color of #cfc7e5 is #cccccc. Color #cfc7e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 11100101
Octal 317 307 345
Decimal 207 199 229
Hex CF C7 E5

RGB Percentages of Color #cfc7e5

%32.60
%31.34
%36.06

CMYK Percentages of Color #cfc7e5

%10
%13
%0
%10

Triadic Colors of #cfc7e5

#cfc7e5 #e5cfc7 #c7e5cf

Analogous Colors of #cfc7e5

#cfc7e5 #dec7e5 #c7cee5

Monochromatic Colors of #cfc7e5

#cfc7e5

Complementary Color

#cfc7e5 #dde5c7

#cfc7e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc7e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc7e5 Color CSS Codes

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

#cfc7e5 Text Font Color

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

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


#cfc7e5 Background Color

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

This div background color is #cfc7e5


#cfc7e5 Border Color

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

This div border color is #cfc7e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc7e5


Comments

No comments written yet.

Please login to write comment.