Color Hex Logo

#cfbefc Color Hex

#CFBEFC
(207,190,252)
0 Favorites   0 Comments

Color spaces of #cfbefc

RGB 207190252
HSL0.710.910.87
HSV256°25°99°
CMYK 0.180.250.00   0.01
XYZ61.716357.120699.8680
Yxy57.12060.28220.2612
Hunter Lab75.578213.4993-25.4403
CIE-Lab80.247418.1100-28.3768

#cfbefc color RGB value is (207,190,252).

#cfbefc hex color red value is 207, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cfbefc hue: 0.71 , saturation: 0.91 and the lightness value of cfbefc is 0.87.

The process color (four color CMYK) of #cfbefc color hex is 0.18, 0.25, 0.00, 0.01. Web safe color of #cfbefc is #ccccff. Color #cfbefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11111100
Octal 317 276 374
Decimal 207 190 252
Hex CF BE FC

RGB Percentages of Color #cfbefc

%31.90
%29.28
%38.83

CMYK Percentages of Color #cfbefc

%18
%25
%0
%1

Triadic Colors of #cfbefc

#cfbefc #fccfbe #befccf

Analogous Colors of #cfbefc

#cfbefc #eebefc #beccfc

Monochromatic Colors of #cfbefc

#cfbefc

Complementary Color

#cfbefc #ebfcbe

#cfbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbefc Color CSS Codes

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

#cfbefc Text Font Color

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

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


#cfbefc Background Color

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

This div background color is #cfbefc


#cfbefc Border Color

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

This div border color is #cfbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbefc

Related Colors


Comments

No comments written yet.

Please login to write comment.