Color Hex Logo

#297fca Color Hex

#297FCA
(41,127,202)
0 Favorites   0 Comments

Color spaces of #297fca

RGB 41127202
HSL0.580.660.48
HSV208°80°79°
CMYK 0.800.370.00   0.21
XYZ19.164519.914458.7109
Yxy19.91440.19600.2036
Hunter Lab44.6256-1.4377-46.7661
CIE-Lab51.74031.2109-45.9921

#297fca color RGB value is (41,127,202).

#297fca hex color red value is 41, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #297fca hue: 0.58 , saturation: 0.66 and the lightness value of 297fca is 0.48.

The process color (four color CMYK) of #297fca color hex is 0.80, 0.37, 0.00, 0.21. Web safe color of #297fca is #3366cc. Color #297fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 11001010
Octal 51 177 312
Decimal 41 127 202
Hex 29 7F CA

RGB Percentages of Color #297fca

%11.08
%34.32
%54.59

CMYK Percentages of Color #297fca

%80
%37
%0
%21

Triadic Colors of #297fca

#297fca #ca297f #7fca29

Analogous Colors of #297fca

#297fca #292fca #29cac5

Monochromatic Colors of #297fca

#297fca

Complementary Color

#297fca #ca7429

#297fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#297fca Color CSS Codes

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

#297fca Text Font Color

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

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


#297fca Background Color

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

This div background color is #297fca


#297fca Border Color

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

This div border color is #297fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,127,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 #297fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297fca


Comments

No comments written yet.

Please login to write comment.