Color Hex Logo

#f67ceb Color Hex

#F67CEB
(246,124,235)
0 Favorites   0 Comments

Color spaces of #f67ceb

RGB 246124235
HSL0.850.870.73
HSV305°50°96°
CMYK 0.000.500.04   0.04
XYZ60.209140.006383.1459
Yxy40.00630.32840.2182
Hunter Lab63.250559.2283-33.6642
CIE-Lab69.474060.9932-35.4369

#f67ceb color RGB value is (246,124,235).

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

The process color (four color CMYK) of #f67ceb color hex is 0.00, 0.50, 0.04, 0.04. Web safe color of #f67ceb is #ff66ff. Color #f67ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111100 11101011
Octal 366 174 353
Decimal 246 124 235
Hex F6 7C EB

RGB Percentages of Color #f67ceb

%40.66
%20.50
%38.84

CMYK Percentages of Color #f67ceb

%0
%50
%4
%4

Triadic Colors of #f67ceb

#f67ceb #ebf67c #7cebf6

Analogous Colors of #f67ceb

#f67ceb #f67cae #c47cf6

Monochromatic Colors of #f67ceb

#f67ceb

Complementary Color

#f67ceb #7cf687

#f67ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67ceb Color CSS Codes

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

#f67ceb Text Font Color

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

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


#f67ceb Background Color

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

This div background color is #f67ceb


#f67ceb Border Color

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

This div border color is #f67ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67ceb


Comments

No comments written yet.

Please login to write comment.