Color Hex Logo

#f68ceb Color Hex

#F68CEB
(246,140,235)
0 Favorites   0 Comments

Color spaces of #f68ceb

RGB 246140235
HSL0.850.850.76
HSV306°43°96°
CMYK 0.000.430.04   0.04
XYZ62.379544.347283.8694
Yxy44.34720.32730.2327
Hunter Lab66.593750.6652-28.0554
CIE-Lab72.460053.2218-30.8175

#f68ceb color RGB value is (246,140,235).

#f68ceb hex color red value is 246, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f68ceb hue: 0.85 , saturation: 0.85 and the lightness value of f68ceb is 0.76.

The process color (four color CMYK) of #f68ceb color hex is 0.00, 0.43, 0.04, 0.04. Web safe color of #f68ceb is #ff99ff. Color #f68ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11101011
Octal 366 214 353
Decimal 246 140 235
Hex F6 8C EB

RGB Percentages of Color #f68ceb

%39.61
%22.54
%37.84

CMYK Percentages of Color #f68ceb

%0
%43
%4
%4

Triadic Colors of #f68ceb

#f68ceb #ebf68c #8cebf6

Analogous Colors of #f68ceb

#f68ceb #f68cb6 #cc8cf6

Monochromatic Colors of #f68ceb

#f68ceb

Complementary Color

#f68ceb #8cf697

#f68ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68ceb Color CSS Codes

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

#f68ceb Text Font Color

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

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


#f68ceb Background Color

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

This div background color is #f68ceb


#f68ceb Border Color

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

This div border color is #f68ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,140,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 #f68ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68ceb


Comments

No comments written yet.

Please login to write comment.