Color Hex Logo

#cfb3eb Color Hex

#CFB3EB
(207,179,235)
0 Favorites   0 Comments

Color spaces of #cfb3eb

RGB 207179235
HSL0.750.580.81
HSV270°24°92°
CMYK 0.120.240.00   0.08
XYZ56.847651.503885.5423
Yxy51.50380.29320.2656
Hunter Lab71.766115.8032-20.4349
CIE-Lab76.983220.4811-24.2297

#cfb3eb color RGB value is (207,179,235).

#cfb3eb hex color red value is 207, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cfb3eb hue: 0.75 , saturation: 0.58 and the lightness value of cfb3eb is 0.81.

The process color (four color CMYK) of #cfb3eb color hex is 0.12, 0.24, 0.00, 0.08. Web safe color of #cfb3eb is #ccccff. Color #cfb3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 11101011
Octal 317 263 353
Decimal 207 179 235
Hex CF B3 EB

RGB Percentages of Color #cfb3eb

%33.33
%28.82
%37.84

CMYK Percentages of Color #cfb3eb

%12
%24
%0
%8

Triadic Colors of #cfb3eb

#cfb3eb #ebcfb3 #b3ebcf

Analogous Colors of #cfb3eb

#cfb3eb #ebb3eb #b3b3eb

Monochromatic Colors of #cfb3eb

#cfb3eb

Complementary Color

#cfb3eb #cfebb3

#cfb3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb3eb Color CSS Codes

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

#cfb3eb Text Font Color

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

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


#cfb3eb Background Color

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

This div background color is #cfb3eb


#cfb3eb Border Color

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

This div border color is #cfb3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb3eb


Comments

No comments written yet.

Please login to write comment.