Color Hex Logo

#cfc4ff Color Hex

#CFC4FF
(207,196,255)
0 Favorites   0 Comments

Color spaces of #cfc4ff

RGB 207196255
HSL0.701.000.88
HSV251°23°100°
CMYK 0.190.230.00   0.00
XYZ63.522159.9653102.8342
Yxy59.96530.28070.2650
Hunter Lab77.437310.9091-24.5291
CIE-Lab81.819315.5167-27.5717

#cfc4ff color RGB value is (207,196,255).

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

The process color (four color CMYK) of #cfc4ff color hex is 0.19, 0.23, 0.00, 0.00. Web safe color of #cfc4ff is #ccccff. Color #cfc4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 11111111
Octal 317 304 377
Decimal 207 196 255
Hex CF C4 FF

RGB Percentages of Color #cfc4ff

%31.46
%29.79
%38.75

CMYK Percentages of Color #cfc4ff

%19
%23
%0
%0

Triadic Colors of #cfc4ff

#cfc4ff #ffcfc4 #c4ffcf

Analogous Colors of #cfc4ff

#cfc4ff #edc4ff #c4d7ff

Monochromatic Colors of #cfc4ff

#cfc4ff

Complementary Color

#cfc4ff #f4ffc4

#cfc4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc4ff Color CSS Codes

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

#cfc4ff Text Font Color

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

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


#cfc4ff Background Color

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

This div background color is #cfc4ff


#cfc4ff Border Color

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

This div border color is #cfc4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.