color codes Logo

#f68aeb color codes

#F68AEB
(246,138,235)
0 Favorites   0 Comments

Color spaces of #f68aeb

RGB 246138235
HSL0.850.860.75
HSV306°44°96°
CMYK 0.000.440.04   0.04
XYZ62.089943.767983.7728
Yxy43.76790.32740.2308
Hunter Lab66.157351.7504-28.7668
CIE-Lab72.073154.2159-31.4141

#f68aeb color RGB value is (246,138,235).

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

The process color (four color CMYK) of #f68aeb color code is 0.00, 0.44, 0.04, 0.04. Web safe color of #f68aeb is #ff99ff. Color #f68aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11101011
Octal 366 212 353
Decimal 246 138 235
Hex F6 8A EB

RGB Percentages of Color #f68aeb

%39.74
%22.29
%37.96

CMYK Percentages of Color #f68aeb

%0
%44
%4
%4

Triadic Colors of #f68aeb

#f68aeb #ebf68a #8aebf6

Analogous Colors of #f68aeb

#f68aeb #f68ab5 #cb8af6

Monochromatic Colors of #f68aeb

#f68aeb

Complementary Color

#f68aeb #8af695

#f68aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68aeb Color CSS Codes

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

#f68aeb Text Font Color

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

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


#f68aeb Background Color

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

This div background color is #f68aeb


#f68aeb Border Color

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

This div border color is #f68aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68aeb

Related Colors


Comments

No comments written yet.

Please login to write comment.