Color Hex Logo

#f368cb Color Hex

#F368CB
(243,104,203)
0 Favorites   0 Comments

Color spaces of #f368cb

RGB 243104203
HSL0.880.850.68
HSV317°57°95°
CMYK 0.000.570.16   0.05
XYZ52.692033.267160.1439
Yxy33.26710.36060.2277
Hunter Lab57.677662.1346-21.4509
CIE-Lab64.376664.2940-25.5191

#f368cb color RGB value is (243,104,203).

#f368cb hex color red value is 243, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f368cb hue: 0.88 , saturation: 0.85 and the lightness value of f368cb is 0.68.

The process color (four color CMYK) of #f368cb color hex is 0.00, 0.57, 0.16, 0.05. Web safe color of #f368cb is #ff66cc. Color #f368cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01101000 11001011
Octal 363 150 313
Decimal 243 104 203
Hex F3 68 CB

RGB Percentages of Color #f368cb

%44.18
%18.91
%36.91

CMYK Percentages of Color #f368cb

%0
%57
%16
%5

Triadic Colors of #f368cb

#f368cb #cbf368 #68cbf3

Analogous Colors of #f368cb

#f368cb #f36886 #d668f3

Monochromatic Colors of #f368cb

#f368cb

Complementary Color

#f368cb #68f390

#f368cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f368cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f368cb Color CSS Codes

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

#f368cb Text Font Color

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

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


#f368cb Background Color

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

This div background color is #f368cb


#f368cb Border Color

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

This div border color is #f368cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,104,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f368cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f368cb;
  -webkit-box-shadow: 1px 1px 3px 2px #f368cb;
  box-shadow:         1px 1px 3px 2px #f368cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,104,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f368cb


Comments

No comments written yet.

Please login to write comment.