Color Hex Logo

#293fdc Color Hex

#293FDC
(41,63,220)
0 Favorites   0 Comments

Color spaces of #293fdc

RGB 4163220
HSL0.650.720.51
HSV233°81°86°
CMYK 0.810.710.00   0.14
XYZ15.61029.193768.6620
Yxy9.19370.16700.0984
Hunter Lab30.321138.8351-113.0371
CIE-Lab36.354648.1504-81.2406

#293fdc color RGB value is (41,63,220).

#293fdc hex color red value is 41, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #293fdc hue: 0.65 , saturation: 0.72 and the lightness value of 293fdc is 0.51.

The process color (four color CMYK) of #293fdc color hex is 0.81, 0.71, 0.00, 0.14. Web safe color of #293fdc is #3333cc. Color #293fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111111 11011100
Octal 51 77 334
Decimal 41 63 220
Hex 29 3F DC

RGB Percentages of Color #293fdc

%12.65
%19.44
%67.90

CMYK Percentages of Color #293fdc

%81
%71
%0
%14

Triadic Colors of #293fdc

#293fdc #dc293f #3fdc29

Analogous Colors of #293fdc

#293fdc #6d29dc #2999dc

Monochromatic Colors of #293fdc

#293fdc

Complementary Color

#293fdc #dcc629

#293fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#293fdc Color CSS Codes

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

#293fdc Text Font Color

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

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


#293fdc Background Color

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

This div background color is #293fdc


#293fdc Border Color

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

This div border color is #293fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,63,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #293fdc;
  box-shadow:         1px 1px 3px 2px #293fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,63,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293fdc


Comments

No comments written yet.

Please login to write comment.