Color Hex Logo

#368fca Color Hex

#368FCA
(54,143,202)
0 Favorites   0 Comments

Color spaces of #368fca

RGB 54143202
HSL0.570.580.50
HSV204°73°79°
CMYK 0.730.290.00   0.21
XYZ22.004524.693559.4837
Yxy24.69350.20720.2326
Hunter Lab49.6926-7.9199-36.1874
CIE-Lab56.7756-6.6717-38.0217

#368fca color RGB value is (54,143,202).

#368fca hex color red value is 54, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #368fca hue: 0.57 , saturation: 0.58 and the lightness value of 368fca is 0.50.

The process color (four color CMYK) of #368fca color hex is 0.73, 0.29, 0.00, 0.21. Web safe color of #368fca is #3399cc. Color #368fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 11001010
Octal 66 217 312
Decimal 54 143 202
Hex 36 8F CA

RGB Percentages of Color #368fca

%13.53
%35.84
%50.63

CMYK Percentages of Color #368fca

%73
%29
%0
%21

Triadic Colors of #368fca

#368fca #ca368f #8fca36

Analogous Colors of #368fca

#368fca #3645ca #36cabb

Monochromatic Colors of #368fca

#368fca

Complementary Color

#368fca #ca7136

#368fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#368fca Color CSS Codes

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

#368fca Text Font Color

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

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


#368fca Background Color

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

This div background color is #368fca


#368fca Border Color

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

This div border color is #368fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,143,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368fca;
  -webkit-box-shadow: 1px 1px 3px 2px #368fca;
  box-shadow:         1px 1px 3px 2px #368fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,143,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368fca


Comments

No comments written yet.

Please login to write comment.